{radiolist}

This markup is only useful inside {form} markup. You use this to add a set of radio buttons into the form, of which only one can be selected.

Usage

{radiolist label:"Age range" default:"20-25" options:"20-25,26-30,31-35,36-40,41-45,46-50,50+"}

label
The visible label shown next to the field.

[default]
This is the radio button which is selected by default. If nothing is supplied here, then there is no default selected.

[required]
If you set this to "true" then the user cannot submit the form without entering some value here. Setting this to any other value or leaving it out means that the field is optional.

[options]
This comma separated list of options will be displayed as the list of radio button options. You must have at least two options.