Select Radio Button in Javascript
I have a radio button called "Unclaimed" that I would like to have selected if a certain condition is true.
What is the proper JavaScript syntax to use for this?
I tried:
Appery('Unclaimed').attr('checked', 'checked');
Appery('Unclaimed').selected() = true;