FunctionAutoFormArray({
name,
item,
form,
path = [],
fieldConfig,
}: {
name: string;
item: z.ZodArray<any> | z.ZodDef
src/components/custom/auto-form/fields/array.tsx:26
FunctionAutoFormCheckbox({
label,
isRequired,
field,
fieldConfigItem,
fieldProps,
}: AutoFormInputComponentProps)
src/components/custom/auto-form/fields/checkbox.tsx:7