Component referenceSource owned

Checkbox

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

Upstream reference
On this page2 sectionsBack to top
Live preview
Loading preview...

#Installation

npx shadcn@latest add https://neobrutal-ui.andongmin.com/r/checkbox.json

#Usage

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