Default the layout from the checkBoxList is:
<label class="checkbox">Option one is this and that—be sure to include why it's great</label> <input type="checkbox" value="">
But im using bootstrap framework and for that you need the following structure:
<label class="checkbox">
<input type="checkbox" value="">
Option one is this and that—be sure to include why it's great
</label>
Thank you in advanced!

Help














