对 <input /> 使用 type="radio" 可以生成单选按钮,将多个按钮添加到 <RadioGroup /> 中可以生成按钮组。
<input />
type="radio"
<RadioGroup />