# Radio 单选框
用于在一组选项中进行单选
# 基础用法
See the Pen Bounce Radio by alphardex (@alphardex) on CodePen.
# 可定制变量
# .form-check-input[type="radio"]
名称 | 作用 |
---|---|
--radio-width | radio 的长度 |
--radio-bg | radio 背景的颜色 |
--radio-radius | radio 的圆角长度 |
--radio-border-color | radio 边框的颜色 |
--radio-hover-border-color | 鼠标悬浮 radio 时边框的颜色 |
--radio-checked-bg | 勾选 radio 时背景填充的颜色 |
--radio-disabled-bg | radio 被禁用时背景的颜色 |
--radio-disabled-checked-bg | radio 被禁用且勾选时背景的颜色 |