Abstract
constructorRest
...args: any[]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.
label-position
The name attribute of the control.
Makes the control a required field.
The value attribute of the control.
Static
Readonly
tag
A check box allowing single values to be selected/deselected.
Element
igc-checkbox
Slot
Fires
igcChange - Emitted when the control's checked state changes.
Fires
igcFocus - Emitted when the control gains focus.
Fires
igcBlur - Emitted when the control loses focus.
Csspart
base - The base wrapper of the checkbox.
Csspart
control - The checkbox control.
Csspart
label - The checkbox label.
Csspart
indicator - The checkbox icon.