Checkbox
Glossy square that fills with blue gel when checked.
install
npx shadcn@latest add @aqua/checkboxUsage
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 />