Should a toggle button show its current state or the state to which it will change?
ux.stackexchange.com
cross-posted from: https://programming.dev/post/9907892
You are viewing a single comment
cross-posted from: https://programming.dev/post/9907892
Again you're talking about switches. The thread is about normal buttons which have 2 states (the example being given is a button which can be a play button or a pause button depending on the current state). Buttons aren't like check-boxes, switches are. A button triggers an event, check-boxes don't. e.g. on a settings page, you tick all the check-boxes you want first, then click on the Save (or Cancel) changes button - one event for multiple changes. You don't tick a check-box to start playing something, you press a play button (which in this case would then change into a pause button).
Yeah you're right. Didn't see it was a crosspost and infered from the title.
That's ok. Thanks for being big enough to admit you were wrong - these days a lot of people aren't!