Just use seperate Radios
The problem with RadioGroup with nested elements under Radios is that it messes up with your layout.
RadioGroup is a child of FormGroup, which does a lot of styling itself. If you use it, you will lose a lot of freedom of doing the layout by yourself