Skip to main content

Checkbox()

const Checkbox: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<CheckboxProps, "children" | "className" | "style"> & BaseCheckboxProps & RefAttributes<HTMLLabelElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>