Checkbox
A checkbox allows the user to select one or more items from a set.Import
Checkbox.Root
Represents the checkbox itself.Props
State
checked: boolean - Whether the checkbox is currently tickeddisabled: boolean - Whether the component should ignore user interactionreadOnly: boolean - Whether the user should be unable to tick or untick the checkboxrequired: boolean - Whether the user must tick the checkbox before submitting a formindeterminate: boolean - Whether the checkbox is in a mixed state