Tagged Questions
19
votes
4answers
601 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
( ) ...
8
votes
6answers
525 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:
...
5
votes
3answers
98 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..)
...
1
vote
5answers
641 views
Why should I use radio buttons and checkboxes?
I can build all the functionallity of a checkbox and a radio button with a select/dropdown, which results in a more lined up interface and I get around with lesser different types of GUI-elements.
So ...
3
votes
3answers
410 views
Single checkbox or yes/no radio button
For the form items below, which interface control is the best option? A single checkbox or yes/no radio button?
Read EWLS advice letter?
Checked images / report on PACS / CRIS?
Pacemaker?
Unable to ...
6
votes
2answers
482 views
Should the cursor change to pointer over radio buttons, checkboxes, their labels and selects?
I always do so because to me it feels nicer; it implies an action will happen on click. Especially for radio/checkbox labels, where the for attribute is correctly used.
This is not the default ...
4
votes
3answers
765 views
Which is better to design a Filter?
Which is better for filter, select a single value:
Check box ( Use js to keep single selection )
Dropdown list
Radio buttons
Highlighted labels
download bmml source – Wireframes ...
4
votes
6answers
946 views
How do I limit the number of options a user may choose in a list?
Radio buttons is for single option, and checkboxes are for multiple selection, but what would be the most ideal way to implement maximum two selection? do I:
disable all checkboxes after second ...
12
votes
5answers
490 views
Should I use radio buttons or check boxes (or something else) for email address?
So I'm building an application where the users will be able to send some information via email.
The previous system had an interface something like this, where the users would select whether they ...
65
votes
8answers
4k views
Are round check boxes confusing or an accepted standard?
I was browsing dribbble.com today and came across a new post by one of the designers that I follow. He had posted a new modal form which was using rounded check boxes. I have never seen these before.
...
18
votes
10answers
8k views
Alternatives to checkboxes and radio buttons in web-based surveys?
I've been tasked with designing a simple questionnaire design with a lot of different types of questions. I've been taking a lot of web-based surveys myself as well as testing some with users. The ...
3
votes
3answers
681 views
For online HTML based quiz question forms with single answers vs multiple answers, should I use radio button or checkbox?
If there is only one correct answer, I could use radio buttons. If there are multiple correct answers, checkboxes. However, since it's a quiz and not an information gathering form or survey, I could ...
1
vote
3answers
529 views
Why will you choose to use 'Check Box' instead of 'Option List' for two options? [duplicate]
Possible Duplicate:
How Yes or No Questions Should be Represented in Forms
This is a usability query.
Suppose you only have two options you want a user to pick, are there any design ...

