Pro Form - Radio Buttons can not be wrapped

I use the radio button element in pro forms as a display condition for other fields. If the radio buttons are direct children of the Radio Wrapper Element everything works as excpected, but if I do wrap those in a block (and have that block as direct child of the Radio Wrapper Element), it’s not working anymore.

You should not wrap them with a Block as this would break the semantic structure. The radio wrapper should always have radio buttons as direct children.

What is your use case? If you want to set some display settings, you’ll find some directly in the Radio Wrapper :blush:

Ok, I see and understand. Wanted to use display as grid. Is that possible?

You could do this with custom CSS in the Radio Wrapper element :slight_smile:

Alright, I’ll do it that way then! Thanks for your help!

1 Like