I try to check a radio button with jQuery. Here\'s my code:
We should want to tell it is a radio button.So please try with following code.
radio
$("input[type='radio'][name='userRadionButtonName']").prop('checked', true);