gpt4 book ai didi

css - 复选框标签与复选框重叠 - Bootstrap3

转载 作者:行者123 更新时间:2023-11-28 17:14:38 24 4
gpt4 key购买 nike

我正在使用 bootstrap 3,问题是复选框的标签与文本重叠。我尝试了一些事情但没有奏效,所以如果有人能提供帮助,我将非常感激。这就是代码的样子,窗体的类是 form-horizo​​ntal

<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>

This is how it looks

最佳答案

用Bootstrap应该是这样的,<input>首先和文本之后。 http://jsfiddle.net/sqax02ah/

<div class="checkbox">
<label class="checkbox-inline no_indent">
<input name="Terms" id="Terms" type="checkbox">
I have read and agree with privacy and disclosure policy.
</label>
</div>

如果您确实需要在末尾显示复选框,您可以关注其他答案。

关于css - 复选框标签与复选框重叠 - Bootstrap3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28745605/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com