How to set radio option checked onload with jQuery?
Need to check if no default is set and then set a default
$("form input:[name=gender]").filter('[value=Male]').attr('checked', true);