radiogroup.formwidget

The <radiogroup class="formwidget" holds the name, the selectedItem holds the value and label. If the selectedItem has no value, it's label is used. You should use plain radiobuttons.

When seeded, the radiogroup matches any seed with the same name. It searches for a radiobutton with the same value as the matching seed and selects that. If none is found, it dynamically adds a new, disabled radiobutton with that value and label.

Example:

<radiogroup name="guru" class="formwidget"> <radio label="baghwan" value="orangeman" /> <radio label="jackass" selected="true" /> </radiogroup> result:
seed: guru/jackass/jackass
cgi: guru=jackass

Additional Attributes:


Additional Methods: