Telegram Got This Simple UI Pattern Wrong
Source: Dev.to

Do you know the difference between radio buttons and checkboxes?
I recently ran into a few misunderstandings while using polls in Telegram with multiple selections enabled. The poll shows radio buttons even though users can select multiple options.
Default expectations
- Radio buttons signal single choice
- Checkboxes signal multiple choices
When users see radio buttons, they assume they can pick only one option. This mismatch leads to unexpected results in a multiple‑selection poll.
Why it matters
- Users trust visual patterns more than textual instructions.
- Inconsistent UI elements cause inevitable misunderstandings.
- Clarity and consistency in UI are not optional; they directly affect how people think and act.
UI #Frontend #Telegram