跳到主要内容

eo-switch

<eo-switch>
Alias: <form.general-switch>

开关构件

Examples

Basic

Playground

Label

Playground

disabled

Playground

size

Playground

Customizations

Playground

Event

Playground

With Form

Playground

Properties

NameDescriptionTypeDefaultRequired
name

字段名称

string
label

字段文本

string
value

初始值

boolean
disabled

是否禁用

boolean
size

按钮大小,目前只支持small和非small两种大小。

ComponentSize
checkedText

选中时的文本

string
unCheckedText

非选中时的文本

string
checkedIcon

选中时的图标

GeneralIconProps
unCheckedIcon

非选中时的文本

GeneralIconProps

Events

NameDescriptionEvent Detail
switch

开关改变时触发

boolean

Type references

ComponentSize

"large" | "medium" | "small" | "xs"