BoundCheckbox
API
import { CheckboxProps } from "@mui/material";
export declare type BoundCheckboxProps = CheckboxProps & {
field: string;
};
export declare function BoundCheckbox(props: BoundCheckboxProps): JSX.Element;Last updated
Was this helpful?