getCheckboxValue.d.ts 256 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 type CheckboxFieldResult = { isValid: boolean; value: string | string[] | boolean | undefined; }; declare const _default: (options?: HTMLInputElement[]) => CheckboxFieldResult; export default _default; //# sourceMappingURL=getCheckboxValue.d.ts.map