class CheckboxSelectMultiple [source]
Similar to SelectMultiple, but rendered as a list of check buttons:
<ul>
<li><input type='checkbox' name='...' ></li>
...
</ul>
The outer <ul> container receives the id attribute of the widget, if defined, or BoundField.auto_id otherwise.
Like RadioSelect, you can loop over the individual checkboxes for the widget’s choices. Unlike RadioSelect, the checkboxes won’t include the required HTML attribute if the field