[jQuery] Populate a radio button or check box from ajax call
I'm searching through the docs but I can't find the syntax on how to
populate
a checkbox or radio button.
I'm currently using the following format to populate a text box:
$("input#mydivID").val(returndata.data.itemvalue);
Thanks,
Mike