Checkbox
Checkbox is a Chord form component built from Base UI primitives and project tokens.
Checkbox
import Checkbox from "@/components/public/Checkbox";import Label from "@/components/public/Label";<div className="flex items-center gap-2"> <Checkbox id="terms" defaultChecked /> <Label htmlFor="terms">Accept terms and conditions</Label></div>