D
D
des1roer2015-06-19 13:09:07
Yii
des1roer, 2015-06-19 13:09:07

Yii 2 checkboxList to column?

I want to receive
qC90rZF.png
and it turns out
vIW4dKh.png
the code

<?=
    $form->field($model, 'planets')->checkboxList(
            ['Меркурий', 'Венера', 'Земля', 'Марс', 'Юпитер', 'Сатурн', 'Уран', 'Нептун']
    )->label('Какие планеты по вашему мнению обитаемы?')
    ?>

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
des1roer, 2015-06-20
@des1roer

to see really the cache was clogged.
today after the refresh everything is ok
ty6Zf8K.png

N
Nikolay, 2015-10-24
@izheme

Для тех, кто еще сталкивается с подобным. Проверьте, что вы используете yii\bootstrap\ActiveForm, а не yii\widgets\ActiveForm
Тот же gii по стандартным шаблонам генерирует с использованием yii\widgets\ActiveForm

Саидазим Назиров, 2016-11-29
@SXN

надо добавить в option параметр 'separator' => '<br>'

<?=
    $form->field($model, 'planets')->checkboxList(
            ['Меркурий', 'Венера', 'Земля', 'Марс', 'Юпитер', 'Сатурн', 'Уран', 'Нептун'],
['separator' => '<br>']
    )->label('Какие планеты по вашему мнению обитаемы?')
    ?>

R
Rikcon, 2015-06-19
@Rikcon

And this is already, as it were, CSS doing, dig in the direction of your styles.

C
Crash, 2015-06-19
@Bandicoot

Here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question