Hellou!我有2个radiobuttons,我想添加一个链接.我试着这样做:
<RadioButton
value="/searchByArtistAndName"
label="Artist and Name"
style={styles.radioButton}
containerElement={<Link to="/searchByArtistAndName"/>}
/>
Run Code Online (Sandbox Code Playgroud)
但是没有为RadioButton定义containerElement.任何的想法?