(Created page with 'A toggle button is a button which stays down when clicked once and goes up when clicked a second time. ==When to use== Use a toggle button to indicate a ''state'' rather than a...') |
(→When to use) |
||
| Line 3: | Line 3: | ||
==When to use== | ==When to use== | ||
| − | Use a toggle button to indicate a ''state' | + | Use a toggle button to indicate a '''state'''. For example a word-processor would use toggle buttons to indicate the state of "Bold", "Italic" or "Underline" formatting. |
==Do and don't== | ==Do and don't== | ||
A toggle button is a button which stays down when clicked once and goes up when clicked a second time.
Use a toggle button to indicate a state. For example a word-processor would use toggle buttons to indicate the state of "Bold", "Italic" or "Underline" formatting.
Do not change the icon or label of a toggle button. The fact that it is pressed down is enough.
Since a toggle button represents a state, in most cases the label should be a noun rather than a verb.