On my form I havea set of radio buttons. Here\'s the mark up:
Format
You could check to see if the checked radio button name returns a value in jQuery:
if($("input[@name='fileType']:checked").val() != null){ // button checked }