export interface ICheckboxStyle { checkboxSize: string; checkboxColor: string; checkboxCheckColor: string; checkboxBorderWidth: string; }