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 May 26, 2021 @ 03:25
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