Skip to content

Conversation

@peterfromearth
Copy link

until then you have to use following syntax

echo $form->checkboxListGroup($model, 'checkbox',array(
    'widgetOptions'=> array(
        'data'=>CHtml::listData(Checkbox::model()->findAll(),'id','name'),
        'htmlOptions'=>array(
            'template'=>'<div class="checkbox">{beginLabel}{input}{labelTitle}{endLabel}</div>',
            'labelOptions'=>array('class'=>''),
        ),
    ),
));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants