/** The mode for a ScalarCheckboxInput */ export type ScalarCheckboxType = 'checkbox' | 'radio'; export type ScalarCheckboxOption = { label: string; value: string; }; //# sourceMappingURL=types.d.ts.map