Form radio buttons

Issues related to forms.
Post Reply
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Form radio buttons

Post 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?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form radio buttons

Post 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.
Post Reply