export interface ToggleButton { id: number; label: string; isDisabled?: boolean; isIconNeeded?: boolean; iconURL?: string; canShowTickSelection?: boolean; tickIconURL?: string; }