在input的父类元素加上 .custom-checkbox 类。
.custom-checkbox
对于内联复选框 .custom-control-inline。
.custom-control-inline
通过JavaScript(当没有可用的HTML属性来指定它)手机设置时,自定义勾选控件还可以使用 :indeterminate 伪类(实现一种模糊的提示使用的样式)。
:indeterminate
如果你正使用 jQuery,可以用下面方法:
$('.your-checkbox').prop('indeterminate', true)
.custom-secondary
.custom-success
.custom-info
.custom-warning
.custom-danger
.custom-purple
.custom-pink
.custom-brown
.custom-cyan
.custom-yellow
.custom-gray
.custom-dark