1.0.1 • Published 8 years ago

allcheckbox v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

这个组件 用于全选

list={this.state.checkBoxList} //要传入的checkboxgroup

isAll={true} //是否全选

<Form.Item {...tableItemLayout} label="账单状态">
  {getFieldDecorator('orderStatus', { initialValue: this.state.checkBoxVal })(
    <AllCheckBox
      list={this.state.checkBoxList}
      isAll={true}
    />,
  )}
</Form.Item>

可以通过这样的方式去 包含在from表单中获取

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago