Standard checkbox with brand tint.
Accessible checkbox with checked / indeterminate / disabled states. Adopts the brand accent color on check.
import { Checkbox } from "@/components/ui/checkbox";
<Checkbox checked={ok} onCheckedChange={setOk} label="Send me launch updates" />components/ui/ folder. You own the code.