Custom Radio Layout

Hi,
I can’t figure out how to create a form layout which involves a table and radio buttons. I would like to create a table 4 cols wide with a title row and 3 rows below. Inside the cells of the 1st col are questions and the cells inside the 2nd, 3rd, 4th cols are radio buttons (with no text). The text for the radio needs to be in the title row of the table. I hope that makes sense.
I hope this is possible!
Thanks in advance

Hello @guy85 ,
Do you mean something like this? Code Snippet
Please correct me, if I misunderstood the use-case, and provide more details on how it should look or attach a screenshot.

Wow! Yes that is exactly what I meant - perfect! How would I get the values from those custom radio buttons? It’s to be added to an existing form, it’s basically a simple questionnaire at the end of a form. Thank you for creating this!

Oh one other thing, I have taken off the default selection but I need to make the radio buttons required - how do I do that? Thanks again.