import { CustomOnChangeProps, OptionRenderState, OptionValue } from "../../common/types/components.js"; import { CheckboxProps, FormControlLabelProps, FormHelperTextProps, FormLabelProps } from "../../common/types/mui.js"; import "../../common/index.js"; import { ChangeEvent, FocusEvent, ReactNode } from "react"; import { Control, FieldError, FieldValues, Path, RegisterOptions } from "react-hook-form"; import { CustomComponentIds, StrNumObjOption } from "@nish1896/mui-components/types"; //#region src/mui/checkbox-group/index.d.ts type OnValueChangeProps