The checked state of the control.
The disabled state of the component
[disabled=false]
Draws the checkbox in indeterminate state.
Control 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 in a form context.
The value attribute of the control.
Static
Readonly
tagReturns the HTMLFormElement associated with this element.
A string containing the validation message of this element.
Returns a ValidityState object which represents the different validity states the element can be in, with respect to constraint validation.
A boolean value which returns true if the element is a submittable element that is a candidate for constraint validation.
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.