bootstrap asp.net:checkbox code example
Example: c# bootstrap checkbox
<div class="checkbox">
<label>
<input type="checkbox" id="chkbox1" runat="server"> I accept terms and conditions
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="chkbox1" runat="server"> I accept terms and conditions
</label>
</div>