update Radio demo description

This commit is contained in:
afc163 2017-03-24 19:54:00 +08:00
parent 6f1dd16721
commit 052a73081a

View File

@ -1,8 +1,8 @@
--- ---
order: 1 order: 1
title: title:
zh-CN: RadioGroup 组合 zh-CN: 单选组合
en-US: RadioGroup group en-US: Radio Group
--- ---
## zh-CN ## zh-CN
@ -11,7 +11,7 @@ title:
## en-US ## en-US
A set of mutually exclusive Radio with the use of A group of radio components.
```jsx ```jsx
import { Radio } from 'antd'; import { Radio } from 'antd';