7
votes
2answers
149 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 ...
2
votes
3answers
100 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 ...
10
votes
2answers
192 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 ...
8
votes
6answers
526 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
3answers
541 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 ...
3
votes
1answer
268 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
4
votes
6answers
949 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 ...
1
vote
1answer
284 views

Select/unselect list items using checkbox or button [duplicate]

Possible Duplicate: Check all / uncheck all checkboxes with regards to usability For a couple of applications one can find a checkbox to select/unselect all items in a list. As soon as you ...
4
votes
4answers
264 views

Should items be selected by default

Apologies in advance for the rather verbose description, only I don't yet have the rep to post images. I work on an application where you can browse images and add them to a personal 'folder'. When ...