Answer the question
In order to leave comments, you need to log in
How to make Html::checkboxList standalone instead of inline?
I use Html::checkboxList like this:
Html::checkboxList('practice', null, $practice, ['class'=>'checkbox'])
Answer the question
In order to leave comments, you need to log in
Example: codepen.io/kkremen/pen/ZQwNqE
In short:
.checkbox {
display: block;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question