$('input:radio[name="postage"]').change(function(){ if ($(this).val() == 'Yes') { //true } else { //false } });