On/off switch with middle state?
We’re using an iOS-style on/off switch to toggle selected items on/off. This switch will also reflect the state of the selected items. If you select items that are on, the switch will show on. Select items that are off, the s…
How to best represent a ToggleButton (representing on/off) with the ability to be locked
I’m designing a ToggleButton control that has the ability to be in a locked state in which user interaction will not be able to further toggle the control. In general I would like the button to appear somewhat natural in the …
How to best represent a ToggleButton (representing on/off) with the ability to be locked
I’m designing a ToggleButton control that has the ability to be in a locked state in which user interaction will not be able to further toggle the control. In general I would like the button to appear somewhat natural in the …