UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

7 lines (6 loc) 245 B
import { ChopLogicFormData } from '../../../models'; export declare function getCheckboxInitialValue({ defaultChecked, initialValues, name, }: { defaultChecked?: boolean; initialValues?: ChopLogicFormData; name: string; }): boolean;