import React from 'react'; import './index.less'; function RadioItem(props) { const { checked, onClick } = props; return