mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
695 B
Executable File
695 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Switch 开关 | 0 | ⚙ 组件 | Switch | 66 |
基本用法
{
"type": "page",
"body": {
"type": "switch",
"value": true
}
}
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | string |
"switch" 指定为 Dialog 渲染器 |
|
className | string |
外层 Dom 的类名 | |
trueValue | any | 真值,当值为该值时,开关开启 | |
option | string |
右侧选项文本 |