<FormItem {...formItemLayout} label="数据报送是否包含子单位">
{getFieldDecorator('isSubmittedIncludeSubUnits', { valuePropName: 'checked', initialValue: true,})(
<Switch checkedChildren={<Icon type="check" />} unCheckedChildren={<Icon type="cross" />}/>
)}
在getFieldDecorator中 配置好Option 然后在setFieldsValue中设置相应的值