<div class="input-group-text">
<input type="checkbox" aria-label="Checkbox for following text input">
</div>
</div>```
to checked box. for more details you can follow bootstrap v4 official document.
https://getbootstrap.com/docs/4.0/components/input-group/#multiple-inputs
2条答案
按热度按时间zed5wv101#
bootstrap v3不再由bootstrap团队维护,因此您可以使用它。
class="form-checkbox form-control-radio"
在bootstrap v4中,这些类被bootstrap团队删除,因此这些类不再工作,因此您无法使用它们。对于您的解决方案,您可以使用这些类..vptzau2j2#
是,此类将从引导中删除
您可以使用下面的类进行bootstrap 4
有关更多信息,请参阅 Bootstrap https://getbootstrap.com/docs/4.0/components/forms/的此链接