Checkbox
A control that allows the user to toggle between checked and unchecked states.
Usage
tsx
import { Checkbox } from "@/components/ui/checkbox";
<Checkbox disabled={false}>...</Checkbox>Checkbox Controls
disabled
Examples
Default
Checked
Disabled
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/checkbox