No you can do neither of with Wix radio buttons.
There’re are some solutions, but they require coding.
You can achieve something similar though if you use a repeater with a single radio button on each item + text element/image next to it. You’ll have to use onChange with event.context.itemId to detect the input and to reset the previous answer (with forItems() ).
https://www.wix.com/velo/reference/$w/at
https://www.wix.com/velo/reference/$w/repeater/foritems
_
(And with html and css you can create it with just radio buttons in an iframe).