前端项目实战贰佰柒拾柒react-admin+material ui-react-admin-admin中RadioButtonGroupInput之choices
import { RadioButtonGroupInput } from 'react-admin';
<RadioButtonGroupInput source="category" choices={[
{ id: 'tech', name: 'Tech' },
{ id: 'lifestyle', name: 'Lifestyle' },
{ id: 'people', name: 'People' },
]} />
运行结果