This repository has been archived by the owner on Jul 10, 2020. It is now read-only.
Using 'inline' => 'true'
and 'inline' => 'false'
at the same form for *radio inputs*.
#175
Labels
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 () ...
The text was updated successfully, but these errors were encountered: