DrupalGap
DrupalGap copied to clipboard
Horizontal radios on form?
Hello,
Is it possible to add horizontal radio buttons on a forum? I see this option in a controlgroup but I do not seem to be able to make this happen on a form with the provided API calls.
Thanks, Nevin
@nevkatz Following this example: http://docs.drupalgap.org/7/Forms/Form_Elements/Radio_Buttons
Modify the CSS to something like:

To achieve something that looks like:

If you have more than 2 items, then you will probably need to adjust the width.
Hope that helps.
Hey, thanks so much for this one. I tried something similar with floats but it was throwing off the layout. This looks like the way to go.