A reusable component for a checkbox
npx shadcn@latest add https://21st.dev/r/avanishverma4/checkbox-02
Loading preview...
import Component from "@/components/ui/checkbox-02"; export default function DemoOne() { return <Component />; }