Attached you\'ll see a picture of a mock up I did for the required UI. As you can see I need some type of scrollable box that contains checkboxes.
CSS:
.container { border:2px solid #ccc; width:300px; height: 100px; overflow-y: scroll; }
HTML:
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
This is checkbox
How it looks:
Is this what you are looking for?