Hygge-UI

Checkbox Card

Used to select or deselect options displayed within cards.

Source
import { CheckboxCard } from "@/components/checkbox-card";

function Example() {
  return <CheckboxCard label="Next.js" />;
}