Hellou! I have 2 radiobuttons and I want to add a link. I tried to do it the way:
<RadioButton
value="/searchByArtistAndName"
label="Artist and Name"
style={styles.radioButton}
containerElement={<Link to="/searchByArtistAndName"/>}
/>
But containerElement is not defined for RadioButton. Any idea?