How do I put a list of checkboxes inside a list kind of a view, when rendering it should able to scroll down like when we can do it with
<select id="myselectlist" name="myselectlist" multiple="multiple">
<option value="option 1">option 1</option>
</select>
Thanks.