<radio-group> add a radio group to a form

name
radio-group
xml namespace
http://moyaproject.com/forms

Add a radio group (container for radio buttons) to a form.

Example

<radio-group name="option" label="Radio Group" required="yes">
    <radio text="Option 1" on="1"/>
    <radio text="Option 2" on="2"/>
    <radio text="Option 3" on="3"/>
</radio-group>
attributes
name purpose type required? default choices
choices Possible choices expression No None
fieldname Field name text No "radio-group"
inline Display inline? boolean No no
inherited attributes
name purpose type required? default choices
adapt Function to adapt field before applying function No value
disabled Disabled control? boolean No no
dst Destination object index text No
help Help text text No
hidelabel Hide label? boolean No no
if Conditional expression expression No yes
initial Initial value expression No None
inlinehelp Help text text No
label Label text No
maxlength Maximum length text No
name Field name text No
process Function to process src in to a string function No str:value
required Is a value required for this field? boolean No
src Source object index text No
style Override style text No
template Template template path No
upload Contains a file upload field? boolean No no
visible Visible? boolean No yes