eo-switch
<eo-switch>
Alias:
<form.general-switch>
开关构件
Examples
Basic
Label
disabled
size
Customizations
Event
With Form
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | 字段名称 | string | ||
label | 字段文本 | string | ||
value | 初始值 | boolean | ||
disabled | 是否禁用 | boolean | ||
size | 按钮大小,目前只支持small和非small两种大小。 | ComponentSize | ||
checkedText | 选中时的文本 | string | ||
unCheckedText | 非选中时的文本 | string | ||
checkedIcon | 选中时的图标 | GeneralIconProps | ||
unCheckedIcon | 非选中时的文本 | GeneralIconProps |
Events
Name | Description | Event Detail |
---|---|---|
switch | 开关改变时触发 | boolean |
Type references
ComponentSize
"large" | "medium" | "small" | "xs"