I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.
List
I think you can try to use table instead of list. Look at this snippet