Form Radio Button Groups

Hi! What about adding a unique ID field to the radio button input element so that you can make different radio button elements all part of the same radio button input field?

I have a form with 36 image radio buttons that are all part of one radio button input. It would be nice to be able to separate those 36 radio buttons into different input elements so I can put them in different columns and group them under different headings. Then, as long as each radio button element has the same ID they will share the same “name” value in the HTML, so all the radio button elements will be treated as a single radio button input even though they are created using different powr elements.

Hope that makes sense!
Thanks!