RadioButtonGroup with levels, in Vaadin 8

Hi, I need to implement a kind of radio button group with levels, I mean, there are a first level with 3 options, once the user select an option a second level of options should be shown just below.
I tried to implement this with RadioButtonGroup but I’m able to show just one level. Is there a component that can perform this functionality?

Thanks in advance.