Hygge-UI

Checkbox

Used in forms when a user needs to select multiple values from several options.

Source
import { Checkbox } from "@/components/checkbox";

function Example() {
  return <Checkbox label="Accept terms and conditions" />;
}