Target radio button element.
New radio button input control instance.
Creates input control for the given radio button element with default aspects.
The created control has true
value when radio button is checked.
Sets input mode to -on
when radio is not checked. Thus making control data undefined
.
Target radio button element.
Input aspects applied by default. These are aspect converters to constructed control from the same-valued one.
New radio button input control instance.
Creates input control for the given radio button element with custom control values
.
Sets input mode to -on
when radio is not checked. Thus making control data undefined
.
Input value type.
New radio button input control instance.
Generated using TypeDoc
Creates input control for the given radio button element.
The created control has
true
value when radio button is checked.Sets input mode to
-on
when radio is not checked. Thus making control dataundefined
.