import Radio from "@material-ui/core/Radio";
/**
 * The Radio component is used for the selection of a single option from a set.
 * @param {object} props The props
 * @returns {function} The component
 */

export default Radio;
