The disabled state of the component.
Draws the checkbox in indeterminate state.
Control the validity of the control.
The label position of the control.
The name attribute of the control.
The checked state of the control.
Returns the HTMLFormElement associated with this element.
When set, makes the component a required field for validation.
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.
The value attribute of the control.
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.
Csspart
base - The base wrapper of the checkbox.
Csspart
control - The checkbox input element.
Csspart
label - The checkbox label.
Csspart
indicator - The checkbox indicator icon.