Switch

The common toggle for binary choices.


Switches provide intuitive binary control, letting users toggle features on or off.

Best Practices

  • In most cases, switches should have a visual label;
  • If the switch does not have a visible label, an aria-label or aria-labelledby prop must be passed instead to identify the element to assistive technology.