export const RadioButton = (props) => {
    return (
        <div>
            {props.elements.map((obj, objKey) => {
                const selectedWrapperClassVal = obj.alignment.value;