Codeways UI
Browse components

Forms

Checkbox

A setting saved with the form, or row selection.

@codeways/ui/checkbox

States

A setting saved with the form, or row selection - 16px, rounded-xs.

Usage

import { Checkbox } from "@codeways/ui/checkbox";
import { Label } from "@codeways/ui/label";

<div className="flex items-center gap-2">
  <Checkbox id="email-copy" />
  <Label htmlFor="email-copy">Email me a copy</Label>
</div>