# 按钮样式 - order: 3 按钮样式的单选组合。 --- ````jsx import { Radio } from 'antd'; const RadioButton = Radio.Button; const RadioGroup = Radio.Group; function onChange(e) { console.log(`radio checked:${e.target.value}`); } ReactDOM.render(
杭州 上海 北京 成都
杭州 上海 北京 成都
杭州 上海 北京 成都
, mountNode); ````