@sinoform/field-checkbox-group

复选框按钮组字段模块。

Usage no npm install needed!

<script type="module">
  import sinoformFieldCheckboxGroup from 'https://cdn.skypack.dev/@sinoform/field-checkbox-group';
</script>

README

@sinoform/field-checkbox-group

复选框按钮组字段模块。

安装

yarn add @sinoform/field-checkbox-group

使用

form-config-builder 结合使用:

import CheckboxGroup from '@sinoform/field-checkbox-group';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';

FormConfigBuilder.from(base).addPlugin(CheckboxGroup);