UX Pickle

Category Selection

Title card reading Designing effective toggle buttons, UX Patterns, uxpickle.com

Designing effective toggle buttons

Reading Time - 6 minA toggle switch is for one binary setting that takes effect the instant it is flipped — Wi-Fi on or off, notifications on or off. If the change needs a Save button, if the two states are named alternatives like List and Map, or if the user is picking several things from a list, a switch is the wrong control. Use a checkbox, a radio group or a segmented button instead.

Why is it impossible to deselect radio buttons?

Why is it impossible to deselect radio buttons?

Reading Time – 3 minYou might have come across forms where it is impossible to deselect radio buttons. Today, we will answer the question of why that’s the case. Presently, there are two kinds of checkbox-style controls available in HTML:…

UX for Composing Boolean Logic

UX for Composing Boolean Logic

Reading Time – 3 minBoolean Logic UIs are difficult to interpret. The main problem non-technical users have with Boolean logic is understanding the difference between AND and OR because it doesn’t always correspond to natural language (e.g., “show me orders…