GitHub
Open Github

Animated Checkbox

Animated checkbox with spring transitions and strike-through text effect.

Installation

pnpm dlx shadcn@latest add @spell/animated-checkbox

Usage

import { AnimatedCheckbox } from "@/components/animated-checkbox";
<AnimatedCheckbox title="Task to complete" />
<AnimatedCheckbox title="Already done" defaultChecked />

Props

PropTypeDefault
title
string
"Implement Checkbox"
defaultChecked
boolean
false
onCheckedChange
(checked: boolean) => void
-
className
string
-