back

by wiradikusuma·3y ago·view on hn ↗
I think it looks nicer if you have few elements with varying width:

[x] bla

[ ] this is a very long label

[ ] lorem ipsum

2 comments
Yes, it’s the same reason why bullet lists have the bullet on the left side.
More broadly, this is a consequence of English being a LTR language. The eye scans from left to right when reading these languages, so one naturally wants to place important visual symbols (bullets, controls, etc.) firstmost where they'll offer maximum contextual impact for the proceeding information.

The fixed-width nature of these elements is more of an afterthought that emerges because neat grids make information easier to parse and are generally considered to be visually pleasing. In RTL languages, the movement of the eye is mirrored, so the natural position of these elements also gets mirrored to the right-hand side. Of course, the fixed-width nature does not change because the instinct to craft neat grids exists regardless of directionality.

Recently, however, we have begun to see certain touch-based interfaces adopt right-aligned controls specifically, even in LTR configurations. This evolved to compensate for the fact that most people are right-handed and generally cannot reach across the width of a modern touchscreen one-handed. It's effectively a concession to accessibility and is best implemented as a toggleable feature to avoid disadvantaging left-handed users.

Even in Saudi Arabia?
No, I noted that in the other subthread: https://news.ycombinator.com/item?id=34440812

For RTL languages, everything is simply mirrored though: https://learn.microsoft.com/en-us/globalization/localizabili... It doesn’t change the general argument.

Looks nicer but is less user-friendly.
More user friendly for parsing a list of different options.
I disagree and I'm a user.

Buttons and toggles along the right margin and text on the left works for me. I prefer to read first what I'm turning on or off.

There's a distinction between user-friendly and you-friendly, regardless of your individual status as a user.