<wtui:control type="WTUI.CheckboxGroupControl"/>
The tag for WTUI.CheckboxGroupControl
Example:
<wtui:control type="WTUI.CheckboxGroupControl" 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 checkbox group -
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 -
onclick <Function> -
onchange <Function>