3
votes
1answer
151 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 ...
8
votes
2answers
416 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 ...