A check box allowing single values to be selected/deselected.
helper-text - Renders content below the input.
value-missing - Renders content when the required validation fails.
custom-error - Renders content when setCustomValidity(message) is set.
invalid - Renders content when the component is in invalid state (validity.valid = false).
base - The base wrapper of the checkbox.
control - The checkbox input element.
label - The checkbox label.
indicator - The checkbox indicator icon.
Emitted when the control's checked state changes.
Draws the checkbox in indeterminate state.
A check box allowing single values to be selected/deselected.
Slot
Slot
helper-text - Renders content below the input.
Slot
value-missing - Renders content when the required validation fails.
Slot
custom-error - Renders content when setCustomValidity(message) is set.
Slot
invalid - Renders content when the component is in invalid state (validity.valid = false).
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.