I try to check a radio button with jQuery. Here\'s my code:
Try This:
$(document).ready(function(){ $("#Id").prop("checked", true).checkboxradio('refresh'); });