UNPKG

@rajkrajpj/cultivate-ui-library

Version:

A modern, type-safe, accessible React component library for fintech investor forms. Build complete investor forms in minutes with zero configuration, supporting multiple regulations (RegA+, RegD, RegCF) and investor types.

5 lines (4 loc) 284 B
import * as CheckboxPrimitive from "@radix-ui/react-checkbox"; export interface CheckboxProps extends React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> { } export declare const Checkbox: ({ className, ...props }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;