import { InputHTMLAttributes } from 'react'; type ToggleSwitchProps = Pick< InputHTMLAttributes, 'checked' | 'disabled' >;