Neobrutalism-styled checkbox component.
npx shadcn@latest add https://21st.dev/r/ekmas/checkbox
Loading preview...
import { Checkbox } from "@/components/ui/checkbox" export const Demo = () => ( <Checkbox /> )