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: ...
4
votes
3answers
770 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 ...