A checkbox allows a user to select multiple items from a list of individual items, or to mark one individual item as selected.
There is not much change in this component as compared to react-aria-components
's export. You can refer to the official documentation for more details.
The isIndeterminate
prop sets a Checkbox
to an indeterminate state, overriding its appearance and maintaining it until set to false
, regardless of user interaction.
You can customize the Checkbox
component by passing custom Tailwind CSS classes to the component slots.