<radio> add a radio button to a field

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

Add a radio button to a form.

The user will be able to select just one radio button with the same name attribute.

attributes
name purpose type required? default choices
fieldname Field name text No "radio"
on Value when selected text Yes
text Text associated with checkbox text 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