I have a view that has several exposed filters including a select box which is currently only a single-value select. My problem is that the vocabulary is rather long and listing the terms as checkboxes will cause interface problems.

I happened upon this jQuery library that solves the problem quite nicely. Take a look at example 1 on this page:
http://lab.arc90.com/tools/multiselect

Documentation:
http://lab.arc90.com/2007/07/02/multiselect

Comments

peter-boeren’s picture

It is a very nice script. I definitely will consider it as soon as the basic functionality of this module works.