Aspekt logoAspekt UI

Checkbox is used to select one or more options.

tsx
import { Checkbox } from "@/components/aspekt/checkbox";
<label>  <Checkbox defaultChecked />  Receive product updates</label>