Using input controls for display-only data on GUI Bloopers
A blooper that has become common in recent years is using input controls—checkboxes, radio buttons, text fields, etc.—to present data users cannot change. This refers to controls that are never editable, not to ones that are temporarily inactive (grayed).
First, it uses checkboxes to mark “Required” fields. Users can’t change these checkboxes; they are only indicators. [...]
- May 10th
- 6 Comments