import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as CheckboxPrimitive from "@radix-ui/react-checkbox"; //#region src/react/ui/checkbox.d.ts /** Checkbox input for selecting multiple options */ declare function Checkbox({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Checkbox }; //# sourceMappingURL=checkbox.d.ts.map