export interface ISwitchProps { checked: boolean disabled: boolean dataTestId: string }