Checkbox
Checkboxes allow the user to select one or more items from a set.
The Checkbox
component’s properties extend all properties of an <input type="checkbox" />
element, except type
.
indeterminate?: boolean
Updated 1w ago
Checkboxes allow the user to select one or more items from a set.
The Checkbox
component’s properties extend all properties of an <input type="checkbox" />
element, except type
.
indeterminate?: boolean