10
votes
3answers
195 views

What's a good alternative to cascading checkboxes?

We have a web interface for running a report. The report can be pretty complex. There are various topics that can be included in the report, and each topic has sub-topics. Right now, the interface ...
19
votes
4answers
595 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
3answers
98 views

Showing sub check boxes on a form?

I have a form where I have a group of check boxes that are only applicable if a 'master' check box is ticked. At the moment, when the check box isn't ticked it looks like this: When the text box is ...
6
votes
3answers
173 views

Group of checkboxes and supporting text fields

What is the best way to layout a group of checkboxes and supporting form fields? For instance, in this form the user can select several choices for a report delivery method. Some of the choices ...
1
vote
2answers
174 views

Input checkboxes wrapped inside <labels>

I usually tend to wrap my checkboxes and radio button inside their respective labels and was wondering whether this is considered a good UX practice. Pros/cons ? One of my main reasons is that it ...
3
votes
1answer
151 views

Filtering Results: Parallel Selection: Checkboxes vs Links

I'm trying to resolve a discussion with a colleague and gain some insight into a common practice for search refinement behavior. I've read Best Practices for Designing Faceted Search Filters and seen ...
3
votes
4answers
124 views

Irreversible changing of state

I am working on a UI for a workflow and task management system. Each task can be in one of three states: new in progress complete The task is edited in a form which has Save/Cancel buttons. It ...
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..) ...
2
votes
2answers
128 views

When the instructions are “check all that apply,” should there be a “none” checkbox?

I frequently see surveys with multiple-select questions that tell the user "check all that apply," and have a final checkbox for "none of the above." Is there any evidence or expert opinion as to ...
4
votes
3answers
179 views

What direction do people read in when reading lists of checkboxes/radio buttons?

I have a list (quite a long one) of checkboxes. Some will be checked by default, and I'd like to put those first. So I'm wondering which direction is more frequent when reading / completing them, to ...
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 ...
10
votes
5answers
266 views

Should a special slider value be implemented with a checkbox or not?

Coming up with a title for this question was difficult, but hopefully my detailed explanation will explain exactly what I'm trying to figure out. I am creating a dialog box for a GIMP plugin that ...
1
vote
1answer
198 views

Having lots of checkboxes and an extra action for each checkbox

I am using a similiar interface to Lisa Tweedie's awesome answer to my question on what to do if you have too many checkboxes. I am going to be using an interface similiar to this for selecting ...
6
votes
2answers
480 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 ...
13
votes
3answers
508 views

Laying out checkboxes in forms

I have some pretty large forms mostly consisting of text fields and dropdowns. However, there are also checkboxes scattered here and there. I'm trying to figure out the best way to lay them out. ...
13
votes
5answers
1k views

Appended and Prepended Checkbox: when can I use this?

A was taking a look at Twitter Bootstrap, and, looking at the Prepended and Appended checkboxes, just cant figure out where, why and when I can use it. Can someone give me a good example?
5
votes
2answers
987 views

What is/are best practice(s) to align an HTML checkbox on a web form?

Consider this HTML form: The checkbox in the form is really a pain in the ..., because no matter what you do, it can't be aligned in a good visual form with the rest controls of the form. For ...
4
votes
2answers
577 views

How to lay out a list of lot of checkboxes that may vary in length?

I have a list of checkboxes under header titles (at least three, one of them has sub headers, all in one page), something like this: Problem is, these checkboxes may end up with 10 elements per ...
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
528 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 ...