export type SettingProps = { label: string value: boolean onChange: (val: boolean) => void className?: string }