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