Checkbox

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

shadcn/ui docs

Select Your Sector Assignment:

Installation

pnpm dlx shadcn@latest add https://propcore.dev/r/checkbox.json

Usage

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