A customizable checkbox component with built-in styles and animations for selected and focused states.
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | The content displayed alongside the checkbox. |
className | string | - | Additional CSS classes for custom styling. |
...props | CheckboxProps | - | Props passed to the underlying ReactAriaCheckbox component. |