import { useId } from 'react' interface ToggleProps { label: string description?: string checked: boolean onChange: (v: boolean) => void disabled?: boolean } /** * Brand-colored switch. Implemented as a real `` * (visually hidden) wrapped in a `