Hey new to IHP here was hoping i could get some help with some basic form stuff I’m trying to do! Currently i have a Form for, in my case, called Concepts, there are 12 columns (one concept) and will eventually be created with a source each which will have all 12 of these, extended from those concepts they are all a custom type of ENUM because they all have the same 3 options per concept, what im trying to accomplish is put each concept in a
with a radioField to select one of the ENUMS. Currently i have it working so I’m calling allEnumTypes and passing that as the options for each radioField, however they are all vertical in each row, i was wondering how i could leverage the hsx syntax to be able to put each enum in a
in the same row (horizontally), is there a way to accomplish this or would i need to build a custom form?