• calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    32
    arrow-down
    4
    ·
    7 months ago

    Toggles should not exist. They should be check boxes. Checked if “ON”, unchecked if “OFF” with a mouse over tooltip if there is any chance that it’s ambiguous.

    • jeremyparker@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      7 months ago

      The case that undermines your point is icon toggles, since they don’t need a label, but a checkbox does. For example, dark mode icon buttons: They usually show sun or moon icons, which hits OP’s point: if your in dark mode, and the button shows a moon, that would make sense – except the button doesn’t put you into dark mode, at that point it puts you into light mode, so, shouldn’t it show the sun?

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        7 months ago

        In the specific case of a dark mode, it doesn’t matter since the whole aspect of the app changes. You could not label the individual states and it’d be fine.

        Also, as soon as you add another theme it does no longer work, for a theme selector you need a drop-down selector which lists all the themes.

        • jeremyparker@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          That’s true, you can’t really miss what’s happening with a dark mode switch – it’s not like it’s a “charge me $50 extra for insurance on my shredded wheat” button.

          The theme selector tho – while rare – IDK, that doesn’t have have text – it probably should, for the same if a11y, but you can indicate the theme with an image; the one I made for a project recently uses the image itself on the button.