gpt4 book ai didi

javascript - Bootstrap 4 单选/复选框按钮显示单选和复选框

转载 作者:太空宇宙 更新时间:2023-11-03 22:29:57 29 4
gpt4 key购买 nike

我正在使用 Bootstrap 4 并想使用单选按钮和复选框按钮组,但按钮显示的是实际的单选按钮和复选框 UI 元素,如下所示:

enter image description here

上面的例子直接摘自文档。我试过删除并重新安装 Bootstrap 4,删除 site.css 文件和 open-iconic css 都无济于事。我找不到任何描述此问题的链接。我使用的是 Chrome 版本 64.0xxxx 和 VS 2017 MVC5。

这是CSS和JS文件的加载顺序。

enter image description here

任何帮助将不胜感激,因为我花了几个小时试图追踪这个问题。

最佳答案

我使用的示例没有如下所示的“btn-group-toggle”。

    <div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-secondary active">
<input type="radio" name="options" id="option1" autocomplete="off" checked> Active
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option2" autocomplete="off"> Radio
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option3" autocomplete="off"> Radio
</label>
</div>

关于javascript - Bootstrap 4 单选/复选框按钮显示单选和复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48979464/

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