Documentation
Components
Checkbox

Checkbox

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

Installation

npx shadcn@latest add https://exawizards.com/exabase/design/registry/checkbox.json

Usage

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

API

See the Checkbox – Radix Primitives (opens in a new tab) documentation.

Examples

Checked

Disabled