widgets that allow a single item to be selected or not. Usually shown by a square box, with a check mark in it if selected.

learn more… | top users | synonyms

1
vote
2answers
47 views

What is the best way to indicate when fields are empty in read-only mode?

I am working with a data-intensive application that displays many tabs and inside those tabs are different panels with related content. It is form-oriented, so the panels have a read mode and edit ...
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. ...
4
votes
1answer
74 views

Alternative to a columns of checkboxes in a table

Here's the scenario: A Person has a bunch of Accounts. Accounts may (or may not) have Services attached to it depending on the type of Account. Currently there are two types of Service (indicated by ...
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?
2
votes
2answers
78 views

Using icons as checkboxes?

How unusable is it to use icons as checkboxes? It's a cool concept when it is implemented, however I am worried that it is not obvious that the icon is clickable. What are people's opinions about a) ...
2
votes
3answers
99 views

Another way of doing multi-select on mobile other than check boxes?

I saw a similar question asked but it wasn't exactly the same. On mobile check boxes feel rather fiddly and to be fair on my search around the web I haven't seen checkboxes commonly used on mobile ...
5
votes
3answers
125 views

Filter options - Preferable to use an 'all' box or a 'clear' link to restore default settings?

I'm currently working on a search engine, filter options are provided to allow users to refine their searches. Example: TYPE [box] Firm [box] Lawyer [box] Transaction [box] Company When the ...
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..) ...
9
votes
5answers
233 views

Selecting many elements from a long list

I have a scenario where my 'create user' dialog has a very long list of options, of which the user needs to select many. The project manager has suggested a 'dual list' approach: a long (scrolled) ...
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 ...
10
votes
2answers
190 views

What is the best practice for checking a series of checkboxes?

I have a large table (some 100 rows) for setting user permissions. Each set of permissions has a set of 4 possible items, which in many cases will all be checked but not by default. For efficiency we ...
6
votes
3answers
191 views

Table Checkbox side best practices

When is it a best practice to allow for checkboxes to appear on the left/right and side of a table? A wireframe came across my desk looking similar to the wireframe below. The justification the team ...
10
votes
3answers
196 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 ...
7
votes
2answers
144 views

List of checkboxes or multi-value select box

Currently in our application we have multiple lists of checkboxes. These lists comprise of random attributes related to a company. Each company will only perform a couple of these attributes and it is ...
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
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 ...
9
votes
2answers
210 views

“By posting this, you agree to our terms and conditions”

Is it okay to have a "By posting this, you agree to our terms and conditions" (i.e. like 4chan) as opposed to a "I agree to the terms and conditions" checkbox? I read about automatic agreement to ...
1
vote
2answers
175 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 ...
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: ...
3
votes
1answer
153 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 ...
4
votes
2answers
880 views

Good user interface for multiple checkbox selection and a dropdown list (View/Editable mode)

I have a Dropdownlist and many Checkboxs. For any particular dropdown select value I will show all checkboxs and if their is already any database relation with that dropdown value I have set checkbox ...
7
votes
2answers
335 views

Too many checkboxes in a table?

A user should be able to change the settings for 5 different options for each day of the week at the same time. I was thinking of something like this, but it seems a bit messy... Too many things ...
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 ...
3
votes
4answers
148 views

How can I describe what checkboxes do in a long list of items?

In my web app, I have a long list of items on one side of the screen and a shopping basket list on the other. Here is an example: The app works by checking the boxes next to items and then clicking ...
12
votes
4answers
560 views

How would you solve the column of check boxes problem?

So my question is a bit open ended. Basically, I am looking for possible solutions to the problem of lots of tabular data with check boxes. For example, if we look at Facebook's Account Notifications ...
5
votes
2answers
4k views

A Better alternative to display Hierarchical Data than using TreeView

I am a ASP.net Developer and am looking out for other alternatives to Treeview control. Reason behind is shipping too much of viewstate information for each request. Functionality of treeview would be ...
5
votes
3answers
376 views

Best Text for “Select All”/“Unselect All” Buttons with CheckLists

What would "better" text for buttons that select all items in a checklist: "Check All" / "Uncheck All" "Select All" / "Unselect All" or perhaps other text
2
votes
4answers
367 views

Boolean table cell values - best way to show Yes/No

I have a table with some columns showing Boolean values of Yes/No. What do you think is the best way to show it? Several alternatives I can think of are: Leave the Yes/No labels Utilize a ...
6
votes
2answers
78 views

Order of items in a checklist vs the order those items are checked off

I have a modal with a sidebar of checkboxes that, when checked, append options to a panel on the right for the user to customize. Example: My question: I currently have the items being ...
33
votes
9answers
7k views

Should checkbox labels be to the right or the left?

I've got some checkboxes with text values of varying lengths (from say 5 characters up to about 60) - which is the preferred layout? Value to the left and checkbox to the right, or vice versa?
8
votes
2answers
419 views

Which is the correct way to implement faceted search filtering: links vs checkboxes?

Is there a difference between implementing filtering options using links (or radio buttons), ie. you can only check one, versus using checkboxes? For example: Youtube uses links, you can only select ...
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 ...
2
votes
3answers
262 views

Checkbox Group Behavior

I have a group of check boxes that are controlled by an "All" check box. I am proposing the behavior of the "All" check box and its dependent check boxes as below: Default Condition: "All" is ...
1
vote
2answers
158 views

Are checkboxes necessary to allow selection of a row in a data grid?

I am re-developing the datagrids in a web application. A discussion has started around whether checkboxes to select in a datagrid are still necessary. Have mobile touch interfaces and their general ...
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 ...
0
votes
2answers
177 views

Check-boxes vs. Icons

I have a table with hundreds of records. Each of the rows might have one or many check-boxes. Something that looks like this: download bmml source – Wireframes created with Balsamiq ...
1
vote
5answers
639 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 ...
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 ...
4
votes
3answers
116 views

What cues signal an unchecked state?

The key action on a page is selecting "I'm in" (meaning "I'm committed", which can also be deselected). The logical choice of controls is a checkbox: [ ] I'm in I'd like to give this action ...
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 ...
5
votes
3answers
269 views

A button with choices

I have list of buttons that can be pressed or unpressed individually (like checkbox functionality). Some of the buttons can also have some attributes (+ or -), but it's uncommon to select those ...
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 ...
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 ...
50
votes
6answers
2k views

Should the space between the checkbox and label be clickable?

Take, for example, these two scenarios. Both very similar HTML, but different semantically: Scenario 1: <label for="myCheckbox"> <input type="checkbox" id="myCheckbox" /> My ...
2
votes
3answers
539 views

Small real-estate for long list choices

Given the context that this is an institutional product, it is a web-app that enables educators to manage students. The way the UI has been designed, there is a pop-up that will allow a user to add ...
9
votes
6answers
762 views

What do you do when you have too many choices in a checkbox field set?

I have an interface for managing a user's roles in an interface for managing accounts in a web application. The roles are basically roles in the Role-Based Access Control - (RBAC) context. ...
5
votes
4answers
600 views

Click-twice to tick the checkbox?

I'm working with a GUI that has some tables that contain check-boxes (Just as iTunes does). The surprising thing is that the checkboxes in the system I'm working on get checked or unchecked after ...
13
votes
3answers
509 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. ...
3
votes
1answer
267 views

ux review word for select all

Is is ok to use Select/Deselect All here or better to shorten it to only select all. Would the users know that if they uncheck the "select all" checkbox. Everything will be disselected

1 2