Luminated Checkbox
An animated checkbox with strikethrough effect, border animations, and smooth state transitions.
Preview
Wake up in delusion that you are best in your field
Become humbled by a junior
Now google all day how become a better skibidi dev
Installation
npx shadcn add https://dark-ui.vercel.app/r/luminated-checkbox.jsonUsage
import LuminatedCheckbox from "@/components/luminated-checkbox";
export default function Example() {
return <LuminatedCheckbox />;
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | string[] | [...] | Array of labels for the checkboxes. |
className | string | undefined | Custom class for the container. |
onChange | (index: number, checked: boolean) => void | undefined | Callback when state changes. |