king
2021-09-08 0d89e4a8d3a540abafe232ae6dc747aaa9579a46
src/tabviews/zshare/mutilform/mkCheckbox/index.jsx
@@ -30,7 +30,7 @@
    return (
      <Checkbox.Group defaultValue={defaultValue} disabled={config.readonly} onChange={this.onChange}>
        {config.options.map(option => <Checkbox key={option.key} title={option.label} value={option.value}>{option.label}</Checkbox>)}
        {config.options.map(option => <Checkbox key={option.key} title={option.label} disabled={option.$disabled} value={option.value}>{option.label}</Checkbox>)}
      </Checkbox.Group>
    )
  }