tetra-ui Logotetra ui

Checkbox

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

checkbox

Installation

npx shadcn@latest add @tetra-ui/checkbox

Usage

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

On this page