import React from 'react'; const RadioList = ({ items, formData, handleChange, fieldName, icon: Icon, className, sectionLabel, required, }) => { return (