export const SettingOption = (text: string, value?: string, isSelected: boolean = false) => { return `${text}`; };