Toggles Considered Harmful

52 points by wezm


trousers

There is an accessibility setting on macOS named "differentiate without color", which does help by showing little on/off indicators on the toggles. I would go so far as to say it should be the default.

chrismorgan

In the earlier days, it was very clearly established that toggles were for things that had immediate visible effect (rather than taking effect when you submit the form), and you should otherwise use checkboxes. This is probably an abuse of toggles in this dimension.

Things have got a bit less clear as more things do take immediate effect and form submission is less commonly required.

Also it’s a bad panel, covering two completely unrelated things. The first thing is in altogether the wrong place.

(I don’t know what the entire thing looks like, but https://support.apple.com/en-in/guide/mac-help/mh40768/mac describes it in writing.)

Another couple of problems here are the stupid accent colour (“graphite” shouldn’t even be an option) and that it’s too wide—toggles work fine on phones, but if you let it get larger, the right-anchoring of the toggle takes it too far from its text.