Is there a way to make a radio button in a group be pre-selected as you can with checkboxes?
Thanks
Is there a way to make a radio button in a group be pre-selected as you can with checkboxes?
Thanks
this should help you out =)
http://stackoverflow.com/questions/4618733/set-selected-radio-from-radio-group-with-a-value
Just set a custom attribute of ‘checked’ with a value of ‘true’ on the relevant radio button’s settings.