UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 275 B
import { CheckboxProps } from './types'; declare const Checkbox: ({ name, className, style, label, size, rounded, required, checked, labelIsBold, hint, onChange, suppressHydrationWarning, }: CheckboxProps) => import("react/jsx-runtime").JSX.Element; export default Checkbox;