Checkbox

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

shadcn/ui docs

Installation

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

Usage

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