Checkbox Label overlapping the checkbox - Bootstrap3
问题 I am using bootstrap 3 & the issue is that label for the checkbox is overlapping the text. I have tried a few thing things but did not work, so if someone can help I will really appreciate it. This is what the code looks like, The class of the form is form-horizontal <div class="checkbox"> <label class="checkbox-inline no_indent">I have read and agree with privacy and disclosure policy. <input name="Terms" id="Terms" type="checkbox" ></label> </div> 回答1: It's supposed to be like this with