You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

317 B

order title
1 [{zh-CN 不可用} {en-US Disabled}]

zh-CN

checkbox 不可用。

en-US

Disabled checkbox.

import { Checkbox } from 'antd';

ReactDOM.render(<div>
  <Checkbox defaultChecked={false} disabled />
  <br />
  <Checkbox defaultChecked disabled />
</div>, mountNode);