Tagged Questions
4
votes
1answer
65 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 ...
10
votes
3answers
193 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 ...
10
votes
2answers
189 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 ...
4
votes
2answers
850 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
332 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 ...
1
vote
1answer
196 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 ...
4
votes
4answers
263 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 ...
