Curv UI
Curv UI

Checkbox

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

Accept terms and conditions

Installation

npm
npx curv-ui add checkbox

Usage

ts
import { Checkbox } from "@/components/ui/checkbox";
tsx
<Checkbox /> <span className="pl-2">Accept terms and conditions</span>