Tagged Questions
5
votes
5answers
153 views
How to visually indicate a change in setting
Suppose I have a settings screen where I have a table with a bunch of rows with checkboxes.
For example the default settings are:
| Name | Setting |
| A | on |
| B | off |
Then the ...