Docs
Checkbox
Checkbox
A control that allows the user to toggle between checked and not checked.
Installation
pnpm dlx shadcn-solid@latest add checkbox
Usage
import { Checkbox, CheckboxControl } from "@/components/ui/checkbox"
<Checkbox>
<CheckboxControl />
</Checkbox>