SWT widget that allows the user to select multiple items from a list of check boxes
SWTMultiCheckSelectionCombo is a composite similar to the Combo widget. It provides a list of check box style options on a floating shell. Users can select multiple options from the list, and the selection is displayed.
The implementation aims to provide an API as similar to the Combo widget's API as possible. The API javadocs can be found here.