How to set radio option checked onload with jQuery?
Need to check if no default is set and then set a default
This works for multiple radio buttons
$('input:radio[name="Aspirant.Gender"][value='+jsonData.Gender+']').prop('checked', true);