Skip to content
VueFormCraft
Search
K
Main Navigation
首页
文档
教程
在线体验
Appearance
Menu
Return to top
On this page
开关(Switch)
组件标识
component: 'Switch'
componentProps
参数名
类型
说明
disabled
boolean
禁用
activeText
string
开启文案
inactiveText
string
关闭文案
onChange
(value: boolean) => void
状态变化
style
Record<string, any>
自定义样式