Skip to content
Perimeter Style

Checkbox

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

Usage

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

<Checkbox disabled={false}>...</Checkbox>
<Checkbox disabled={false}>...</Checkbox>

Light

Dark

Default

Metrics

Perimeter Api

Checkbox Controls

disabled

Examples

Default

Checked

Disabled

Installation

Install
$ pnpm dlx shadcn@latest add @perimeter/checkbox

Used in Templates

Search

Search for components, templates, and more.