--- order: 3 title: 按钮样式 --- 按钮样式的单选组合。 ````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(