Sets the aria-labelledby attribute for the control.
The checked state of the control.
Disables the control.
Draws the checkbox in indeterminate state.
Controls the validity of the control.
The label position of the control.
The name attribute of the control.
Makes the control a required field.
The value attribute of the control.
Removes focus from the control.
Simulates a click on the control.
Sets focus on the control.
Checks for validity of the control and shows the browser message if it invalid.
Sets a custom validation message for the control.
As long as message
is not empty, the control is considered invalid.
A check box allowing single values to be selected/deselected.
igc-checkbox
igcChange - Emitted when the control's checked state changes.
igcFocus - Emitted when the control gains focus.
igcBlur - Emitted when the control loses focus.
base - The base wrapper of the checkbox.
control - The checkbox control.
label - The checkbox label.
indicator - The checkbox icon.