A togglable button where one or more options is available but only one option of a group may be selected at a time.
3
votes
2answers
98 views
Using Dropdowns ---AND— Radio Buttons to avoid confusion
For you reference I wanted to point out that this is a Video project.
I am designing a menu in which the user can choose 1 of 4 formats for SD and two options for HD.
I'm suggesting this solution ...
9
votes
5answers
497 views
Replace radio-input with “buttons”? (web forms)
Is it good (or okay) UX to replace radio input fields with something that looks kinda different (please look at the image to see what I mean). I think most people will understand that they have to ...
3
votes
2answers
142 views
Why does the advanced twitter search options not using a radio button
https://twitter.com/search-advanced
has the following options
Any of the words
All of the words
Exact Phrase
But the user could make a mistake and enter values for all of them, why didn't they use ...
5
votes
3answers
96 views
To preselect or not preselect checkboxes
Lets say you want to customize and buy a new car online. You get to choose from a list of options for the interior. (Radio, Nav System, Leather or Cloth seats, powered windows, doors, locks, etc..)
...
19
votes
6answers
740 views
Buttons instead of radio buttons or a dropdown
In a recent project of ours I am tasked with creating an interface that solves the same problem as radio buttons or a dropdown menu would, but using buttons instead.
It approximately looks like this:
...
4
votes
5answers
81 views
indicate a “mode” that is not changeable by the user
My deployment app has 2 modes: Local and Remote. The mode used depends on where the app is being launched. Once the app has been launched the user can't change the mode. However I still want to ...
17
votes
9answers
844 views
Should radio buttons be pre-selected?
I am working on a re-design for a eCommerce site and they have a section where they offer a free gift card if the user makes a purchase over $1000. The idea of the gift card is to get users to ...
2
votes
1answer
215 views
Best Layout for an “Object” Voting System?
I'm more of a developer and less of a designer and I'm currently working on a website that will display a list of books and will allow users to vote for their favorite book (or add a new one if their ...
19
votes
4answers
548 views
Is it a good/acceptable practice to combine checkboxes with radio buttons for one question?
I work on a form, in which there are questions allowing either multiple choices or selecting just one. An example:
Which of the sweeties do you like:
[ ] chocolate
[ ] lollipops
[ ] cookies
( ) ...
2
votes
1answer
99 views
Three-dimensional matrix of tristate selections
I am building a configuration UI for a client's desktop application. This could be called metaconfiguration, i.e. it allows the client to determine which options are actually available in the eventual ...
8
votes
6answers
511 views
Does a list of checkboxes necessarily mean multiple choices?
I'm currently reviewing the usability of an e-commerce website. When the user searches a product, filter options are provided to refine his search.
The following list of checkboxes is available:
...
2
votes
4answers
334 views
Are Radio Buttons or a Drop-down more appropriate to scope a search?
Below are Mock-ups of the two choices to scope the search. The radio buttons would expose all choices initially. The drop-down search pattern I've seen more often, and I think users would be more ...
14
votes
12answers
3k views
Yes/No radio buttons: Vertical or horizontal
Currently looking at a longish form with a lot of yes/no options presented as radio buttons. Is there any evidence that displaying radio buttons either vertically or horizontally is preferable?
2
votes
1answer
130 views
Options of options in web form
So I have some options that a user can choose from, and then from those options they can choose sub options.
Right now it is setup using the jquery accordion, where the main option is clicked and ...
5
votes
2answers
238 views
Alternative gender selection radio buttons
I would like to create a form which includes gender selection. However, I don't like classic male/female dropdowns. I would like to improve look and feel as well as user experience in a smart way. ...