amis2/docs/renderers/Checkbox.md
2019-05-08 22:55:41 +08:00

340 B

Checkbox

勾选框

  • type 请设置成 checkbox
  • option 选项说明
  • trueValue 默认 true
  • falseValue 默认 false
  • 更多配置请参考 FormItem
{
  "name": "checkbox",
  "type": "checkbox",
  "label": "Checkbox",
  "option": "选项说明"
}