Toggle switch (widget)

From HandWiki
On/off states of GTK's toggle switch widget.

A toggle switch is a graphical control element that allows the user to make a choice between two mutually exclusive states (such as on/off). Originally toggle switches were used primary in touchscreen-based user interfaces, but they have later become commonplace in desktop and web applications.

Toggle switches have a similar function as checkboxes, but unlike checkboxes, interacting with a toggle switch usually has an immediate effect on the application or system.[1]

Usability

An animated toggle switch widget, demonstrating the ambiguous state problem.

Early research on touchscreen interfaces has identified usability issues with toggle switches.[2] A common problem is ambiguous state indication: for example does the label "on" indicate the current state of the switch or the resulting state after interacting with it. Communicating affordance can also be difficult: for example should the user tap or slide the switch to change its state.

References

  1. "Toggle switches". 2017-05-19. https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/toggles. 
  2. Plaisant, Catherine; Wallace, Daniel (November 1990). Touchscreen toggle switches: push or slide? Design issues and usability study (Report). Human-Computer Interaction Laboratory, University of Maryland. http://www.cs.umd.edu/hcil/trs/90-08/90-08.pdf. Retrieved 2020-12-24. 

External links