Tagged Questions
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
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 ...
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 ...
4
votes
3answers
764 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 ...
8
votes
4answers
1k views
Filtering results with checkboxes
A colleague of mine and I have had a discussion about filtering with checkboxes on one of our sites.
We use a number of checkboxes to allow the user to refine a search, by selecting their areas of ...
7
votes
5answers
163 views
Searching for items that include/exclude an attribute
I have a list of items. These items have 1 or more colors (black, red, green or any combination of the three).
The user wants to filter the item on color. For example, show only the items that:
...