Radio buttons pre-selected

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

1 Like

Just set a custom attribute of ‘checked’ with a value of ‘true’ on the relevant radio button’s settings.

3 Likes