• FishFace@piefed.social
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 day ago

    Checkboxes that look like left/right toggle switches are the worst. And the only way to know whether left or right is on is colour?! Can you please get in the fucking sea?

      • FishFace@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 hours ago

        I believe that, but… why should that be the case? It’s a convention without a reference or motivation. I remember when they were new and I really had nothing to refer to and just having no idea whether they were on or off. The fact that I’ve got used to them now isn’t really that forgivable. In contrast, checkboxes not only have convention behind them, but mimicked filling in paper forms which many people were and are familiar with anyway. The idea that “filled” is on and “empty” is off seems inherently more intuitive even if you’ve never filled in a form if you just know that the concept of forms that you fill in exists.

    • linuxPIPEpower@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      ·
      23 hours ago

      Thank you! I do not understand this. One way is blue and the other way is green… I have had to go into another panel where I know how I set something before, and look how the check boxes are there in order to discern the correct way to use them.

    • Vincent@feddit.nl
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      1 day ago

      It’s nice to be able to know that they take effect immediately though, instead of needing to click a submit button.

      • nyan@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        Real checkboxes can also take effect immediately, and have much better visual cues. The submit button was intended to save older computers the extra monitoring load of having to keep track of the state of every control all the time—it has nothing to do with control styling.

        • Vincent@feddit.nl
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          1 day ago

          I mean, they can, and they can also be made to be mutually exclusive - but it’s better to use radio buttons in that case. If that pattern is used, there’s not really a good way that a checkbox will take effect immediately beforehand, or whether it will require submitting a form, except scanning the full page to look for such a button.

          • FishFace@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            22 hours ago

            Eh? What do radio buttons have to do with anything?

            The styling of a UI element - whether it’s a box that gets an X or tick in it, versus a little thingy that moves left and right - is wholly unrelated to any aspects of implementation, including whether the effect happens immediately or not.

            • Vincent@feddit.nl
              link
              fedilink
              arrow-up
              1
              ·
              12 hours ago

              I was trying to make the point that the way a control looks gives you some information on how it will behave, because software has generally been consistent with associating those looks with those behaviours.

              So if you see multiple options with a circle in front of them, selecting one, then selecting another will usually deselect the first one.

              On the other hand, if those options have squares in front of them, selecting one, then selecting another will usually result in both of them being selected.

              And in both cases, usually they will be part of a form and will only take effect when you submit that form using a button.

              On the other hand, something that looks like a toggle usually takes effect immediately on toggling.

              Of course it is technically always possible to have each of those behave like any of the others, but you will be breaking conventions if you do so. Styling is an affordance to inform the user about the behaviour.

              • FishFace@piefed.social
                link
                fedilink
                English
                arrow-up
                2
                ·
                12 hours ago

                Taking effect instantly is not really indicated by the control shape; it’s indicated by whether or not the form has a button equivalent to “apply”. Settings pages with checkboxes that applied immediately have been common for years; this distinction is not nearly as clear cut as you make out. I suspect what is going on is that both toggle switches and the removal of a separate apply step has gone on gradually at the same time.

                But a good thing to think about is all the other controls: drop downs, text entry boxes, date pickers - these have no second version which might apply instantly or not! So it’s a mistake to think that information is conveyed by the look of the control.

                • Vincent@feddit.nl
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  9 hours ago

                  Well, I’d encourage you to keep an eye out; I think you’ll find that the majority of controls on the web behave as I described. And I think that’s a good thing, too: it’s far quicker and easier to be able to deduce behaviour from the control you’re handling at the moment, than having to scan the complete context. And especially if e.g. you’re visually impaired, the latter can be a major hassle.

                  (And indeed, the other controls you mention almost never apply instantly, so their behaviour is still predictable. When they do, they’ll often still have some other affordances to indicate that they do apply instantly.)

                  • FishFace@piefed.social
                    link
                    fedilink
                    English
                    arrow-up
                    2
                    ·
                    9 hours ago

                    GNOME settings pages don’t have “apply” buttons. When do you think a selection from a drop-down or numerical selector takes effect?

                    Yes, most settings now take effect immediately, and that’s great. (I think KDE still prefers a separate “apply” step though). That is (still) separate from the decision of how to style something which turns something on and off, which is what I’m complaining about. I don’t take any issue with having things apply immediately.

                    You raise visual impairment, which is exactly why I’m complaining. Look at the image and tell me, which of the controls is on, and which is off?

                    image