# Checkbox 复选框
用于在一组选项中进行多选
# 基础用法
# 可定制变量
# .form-check-input[type="checkbox"]
| 名称 | 作用 |
|---|---|
| --checkbox-width | checkbox 的长度 |
| --checkbox-bg | checkbox 背景的颜色 |
| --checkbox-radius | checkbox 的圆角长度 |
| --checkbox-border-color | checkbox 边框的颜色 |
| --checkbox-hover-border-color | 鼠标悬浮 checkbox 时边框的颜色 |
| --checkbox-checked-bg | 勾选 checkbox 时背景填充的颜色 |
| --checkbox-disabled-bg | checkbox 被禁用时背景的颜色 |
| --checkbox-disabled-checked-bg | checkbox 被禁用且勾选时背景的颜色 |