Concept

Two Pieces of Information, Two Controls

In a situation where users can move between 2 possible states (for example on or off), there are two bits of information that are relevant to the user:

  • The current state of the system
  • What will happen if the user presses the button — that is the next state, which could be off or on, depending on the current state One way of implementing them would be to have two different UI elements: a state indicator and a change-state button.
Image 0

0

1

Updated 2021-05-16

Tags

Design Science