【模板】开关
Properties:
Name | Type | Description |
---|---|---|
label |
string | 标签名 |
name |
string | 字段名称 |
index |
number | 索引标识,与kg-expandable-text、kg-expandable-picker配合使用时有用 |
invalid |
boolean | 是否无效,默认为false |
hiddenUnderLine |
boolean | 是否隐藏底部横线 |
checked |
string | 选中文本 |
option |
Array | 选项文本数组 |
hiddenInput |
boolean | 隐藏其他填写栏,默认不显示。该项基本很少被外部使用 |
inputValue |
string | 填写栏输入值。该项基本很少被外部使用 |
placeholder |
string | 填写栏提示文字 |
type |
string | 填写栏输入类型,默认为text |
maxlength |
number | 填写栏输入最大长度,默认为-1 |