<wtui:control type="WTUI.RadioGroupControl"/>
The tag for WTUI.RadioGroupControl
Example:
<wtui:control type="WTUI.RadioGroupControl" id="exampleid"> <wtui:option value="1">One</wtui:option> <wtui:option value="2">Two</wtui:option> </wtui:control>
- Parameters:
-
id <String>(optional) The id of the radio group control -
name <String>(optional) The name of the control if it is used within a form -
options <String>(optional) A JSON encoded array of options -
value <String>(optional) The value of the control