bootstrap中label class="checkbox"有什么用

网上代码如下:<labelclass="checkbox"><inputtype="checkbox"value="">Optiononeisthisandthat—be... 网上代码如下:
<label class="checkbox">
<input type="checkbox" value="">
Option one is this and that—be sure to include why it's great
</label>

<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that—be sure to include why it's great
</label>
<label class="radio">
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
Option two can be something else and selecting it will deselect option one
</label>

但是我这样写照样能够先出现一个复选框后出现一个单选:
<label class="radio">
<input type="checkbox" value="">
Option one is this and that-be sure to include why it's great
</label>

<label class="checkbox">
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Option one is this and that-be sure to include why it's great
</label>
这样只是单选和复选前面多了一个空格
那么 label class="checkbox"设置这个class有个什么用呢?
展开
 我来答
想飞的猪八戒
2017-11-27 · TA获得超过183个赞
知道小有建树答主
回答量:222
采纳率:73%
帮助的人:99.1万
展开全部
class="checkbox"与class="radio" 分别定义复选框和单选框的样式,照你那样写,是可以出来,但,应该没有bootstrap原有的样式了吧
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式