Tagged Questions
1
vote
1answer
77 views
best practices for toggling persistence (“pinning”) of choices made by users?
What are best practices for UX that allows users to toggle whether a user's choice in a dropdown box in the chrome of a web app will persist across multiple pages and and multiple sessions?
...
4
votes
3answers
782 views
Best choice for three-state value?
In my application, the user can filter fields by selecting one of three possible values for each field:
True
False
Both
I currently have a drop-down box, but this requires two clicks while the ...