3

Checkbox

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

Installation

bunx --bun shadcn@latest add https://ui.brodin.dev/r/checkbox.json

Usage

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

Examples

Form