Page 1 of 1

Form radio buttons

Posted: Tue Feb 19, 2019 2:07 pm
by Lasa
I'm trying to make a responsive form.
I allowed a layergrid to be a form.
But when i try to add the radio button beside the label it obviously layers under.

Does this mean that I need to build this form using a layer set to floating.. and bring the form into it? This gives me control of how to line the radio.

Thanks,
Lasa

I don't think there is but i'll ask anyway, is there a way to allow multiple radios? I would like people to be able to click multiple items.
Or do I need to simply not group them, so they are each a standalone radio?

Re: Form radio buttons

Posted: Tue Feb 19, 2019 3:05 pm
by Pablo
Set the 'full width' property of the label to 'false', to make it inline.

A radio button group can have only one selected item. For multiple selections you should use checkboxes.