Four Basic UI Input Controls
And even more basic conventions to remember usage đđ€đ»
We interact with input controls everyday â not just on our phones, but with common everyday objects. Since babies weâve practiced our fine motor skillsâand cause and effect, for that matterâwith all kinds of switches, knobs, dials, levers, hooks (you get the point)âdesigned for us to slide, pull, push, flick, or twist, for some effect to take place. Think of the ever-so-popular kids pop-up surprise toy, which allows those as young as 6 months to do just that â push, twist and switch.
âOur interactions with every day physical inputs have carried over to our digital devices...â â Birdy Lushlin, Design Engineer
In this article
- What is an Input Control
- Four Basic UI Input Controls
What is an Input Control?
Input controls provide physical affordances with every day objects. You most likey can find a variety of this affordancesâ door knobs, thermostats, and light switchesâin the room youâre currently in. Simply take a look around you.
In the digital world, input controls are the interactive elements of a user interfaceâwhich users can trigger an action or modify a state.
Four Basic UI Input Controls
A few basic and very common UI input controls consist ofâand certainly not limited toâcheckboxes, radio buttons, toggle switches and sliders.
Checkboxes
Checkboxes allow users to select one or more items from a single option or set of options. You see single checkboxs when a yes/no choice is needed, such as in the âRemember me?â login option. And multiple checkboxes when one item or more can be selected from a set, such as adding multiple toppings to your ice cream order â thus allowing for one or more items to be selected at a time.
For checkboxes (and radio buttons) itâs easiest to follow the conventionâThe number of items allowed [to be selected] of the number of items offered.
If we strip that down even further, it looks something like this:
Amount allowed of amount offered.
- One of one/One of multiple/Multiple of multiple
Radio Buttons
On contrast, radio buttons allow users to select only one option from a set of options. A way to differentiate a radio button (try to follow me here) is when an radio button is selectedâclicking a non-selected radio buttonâdeselects the current item, and simultaneously selects the new option â thus allowing for only one option to be selected at a time.
Amount allowed of amount offered.
- One of multiple
Toggle Switches
Toggle switches are digital on/off switches. They prompt users to choose between two polar opposites as in true or false and should provide immediate results.
For toggle switches itâs easiest to reference an actual light switch. The only two settings for a light switch [with no dimmer] is either off or on, therefore follow the on/off formula.
- On or off
ââŠtoggle switches should only be used when the user needs to decide between two opposing states.â â www.nngroup.com
Sliders
A slider is an input control that uses a knob or lever to control a variable, such as a dimmer on a light switch or to control the temperature of a thermostat.
The main distinction and easy way to remember the usage of a slider is when a range of value or intensity is needed â think a little, or a lot with something in between.
- Low, medium, high
Final Thoughts
Whatever you call them â Controls, inputs, selectors, buttons â humans have interacted with them in the real world, way before digital inputs were even a thing. So if you ever need to quickly remember when to use a particular input âsimply interact with the everyday objects around you.