You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2020. It is now read-only.
Could someone check if it is possible to use inline radio inputs and no inline radio inputs at the same form?
For example:
In my view file
The behavior should be like
Opt1
( ) label1 ( ) label2 ( ) label3 () ...
Opt2
( ) label1
( ) label2
( ) label3
But the inputs are displayed as inline inputs.
Opt1
( ) label1 ( ) label2 ( ) label3 () ...
Opt2
( ) label1 ( ) label2 ( ) label3 () ...