Gets the element on which the checkbox is bound.
The checkbox element.
Gets the element on which the checkbox is bound.
The checkbox element.
Gets the element on which the checkbox [label
]{@link Checkbox.label} is bound.
The label
element.
Gets the checkbox [label
]{@link Checkbox.label} value.
The checkbox label value.
Indicates whether the checkbox is checked.
true
if the checkbox is checked, false
otherwise.
Resets the checkbox.
Select the checkbox
will trigger change even if specified and not already selected
Toggles the checkbox state.
Creates a new Checkbox
.
The function to call when the checkbox state changes. This function takes the current Checkbox
instance as an argument.
The label to display next to the checkbox.
A checkbox widget with standard styling.