Checkbox

Glossy square that fills with blue gel when checked.

installnpx shadcn@latest add @aqua/checkbox

Usage

Set indeterminate for a partial selection: the box fills with the same blue gel and shows a dash instead of a check.

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

<Checkbox defaultChecked />
<Checkbox indeterminate />