Checkbox

PreviousNext

A control that allows the user to toggle between checked and not checked.

checkbox-demo

Installation

pnpm dlx shadcn@latest add checkbox

Usage

import { Checkbox } from "@/components/ui/checkbox"
<Checkbox />

Examples

Form

checkbox-form-multiple