Posted on: 5/6/2014 11:40:13 PM | Views : 1359

I have a webform where I'm trying to use the checkboxlist and bootstrap 3 css.  I would like for the checkboxlist to repeat horizontal with 5 columns.  However,  when I run the code, the checkboxes are pratically on top of each other.  I started with a webform project in VS 2013.
What do I need to do to ensure that the checkboxes in the list are evenly distributed across the col-md-10 part of the row?
This this is the <div> with the bootstrap classes:
 

<div class="form-group"> <asp:Label run ...

Go to the complete details ...