A check box allowing single values to be selected/deselected.

  • The checkbox label.

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.

Callable

  • Returns ReactNode

Events

Properties

Events

Emitted when the control's checked state changes.

Type declaration

Properties

indeterminate: boolean

Draws the checkbox in indeterminate state.