Installation
pnpm dlx shadcn@latest add @spell/animated-checkboxUsage
import { AnimatedCheckbox } from "@/components/animated-checkbox";<AnimatedCheckbox title="Task to complete" />
<AnimatedCheckbox title="Already done" defaultChecked />Props
| Prop | Type | Default |
|---|---|---|
title | string | "Implement Checkbox" |
defaultChecked | boolean | false |
onCheckedChange | (checked: boolean) => void | - |
className | string | - |