export interface SlideToggleOption { id: number | string; label: string; checked: boolean; ariaLabel?: string; }