Target checkbox element.
New input element control instance.
Creates an input control for the given checkbox element with default aspects.
The value of checkbox control is:
true
when checkbox is checked,false
when it's not, orundefined
when it is in intermediate state.Target checkbox element.
Input aspects applied by default. These are aspect converters to constructed control from the same-valued one.
New input element control instance.
Creates an input control for the given checkbox element with custom control values.
Input value type.
Target checkbox element.
All possible values of checkbox control.
New radio input control instance.
Creates an input control for the given checkbox element with custom checked and unchecked control values.
An intermediate checkbox state is represented by undefined
control value.
Input value type.
Target checkbox element.
New input element control instance.
Generated using TypeDoc
Creates an input control for the given checkbox element.
The value of checkbox control is:
true
when checkbox is checked,false
when it's not, orundefined
when it is in intermediate state.