We need a special user control for our web application.
It should ideally look and work exactly like typical <select>
element but with additional feature that would allow user to select multiple choices.
I imagine it like drop-down list of items with checkboxes. User can either select one and only item by clicking it (just like normal selectbox) or click checkboxes, thus selecting more options.
Something quite similar are Move to and Labels buttons in Gmail interface.
Can you recommend such product? Should we develop our own solution? Can you recommend resources or how to start?