import { UseFieldOptions } from "form-atoms"; import { ZodArrayField, ZodFieldValue } from "../../fields"; import { FieldProps } from "../use-field-props"; import { type UseMultiSelectFieldProps } from "../use-multiselect-field-props"; import { type UseOptionsProps } from "../use-options"; export type CheckboxGroupFieldProps = FieldProps & UseCheckboxGroupProps; export type UseCheckboxGroupProps = UseMultiSelectFieldProps & UseOptionsProps