export interface CheckboxOptions { selector: string; onChange?: (checked: boolean) => void; } //# sourceMappingURL=Checkbox.types.d.ts.map