Checkbox
Animated checkbox with SVG check/intermediate marks, label support, and keyboard accessibility. Built on Framer Motion with customizable SVG paths.
Import
import { Checkbox } from 'reablocks';
Checkbox Props
| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | Whether the checkbox is checked |
intermediate | boolean | false | Intermediate/indeterminate state |
label | string | ReactNode |
[Description truncada. Veja o README completo no GitHub.]