nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.51k stars 4.08k forks source link

Toggle switch status is unclear #49458

Open keto opened 1 day ago

keto commented 1 day ago

The toggle switches in settings and other places look like this

Image

From that it's quite difficult to know if it is on or off, if you don't know which way is which.

Compared to standard check boxes

Image

or radio buttons

Image

which are quite clear and easy to understand.

joshtrichards commented 8 hours ago

Normally they visible change color when toggled on. Do you have a dark Primary color set under Appearance and accessibility or Theming?

Also, what version?

keto commented 7 hours ago

Yeah, I actually had primary color set to a dark gray.

Maybe the "off" variant should use background color and draw an outline instead, like

Image

Or just use a check box, it's perfectly fine UI component ;-)