v.Latest
Documentation
布尔字段
在此页面上
一个用于存储true或false值的切换输入。
类型定义
有关所有字段类型的其他常见属性,请查看字段类型定义。
REQUIRED
type
string
将此设置为"boolean"以使用布尔字段。
REQUIRED
name
string
供内部使用的字段名称。
All properties marked as REQUIRED must be specified for the field to work properly.
示例
Tina将根据提供的配置生成适当的组件。
简单字段
{type: 'boolean',name: 'published',label: '已发布'}
