A control that allows the user to toggle between checked and not checked.
npx shadcn-ui@latest add checkbox
import { Checkbox } from "@/components/ui/checkbox"
<Checkbox />
On This Page