import "./index.css";
import React, { FieldsetHTMLAttributes } from "react";
export type CheckboxGroupSize = "md" | "sm";
export interface CheckboxGroupProps {
/** Optional description or error message rendered below the legend. */
description?: string;
/** If true, adds aria-invalid and styles the description as an error. */
invalid?: boolean;
/** The group label. Renders as