You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Switch
|
|
|
|
|
|
|
|
- category: Components
|
|
|
|
- chinese: 开关
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
开关选择器。
|
|
|
|
|
|
|
|
## 何时使用
|
|
|
|
|
|
|
|
- 需要表示开关状态/两种状态之间的切换时;
|
|
|
|
- 和 `checkbox `的区别是,切换 `switch` 会直接触发状态改变,而 `checkbox` 一般用于状态标记,需要和提交操作配合。
|