I use checkbox in my yii2 project. I want to resize it but don't know how to do that. Can I resize checkbox in yii2? How to do that?
This is my code:
$form->field($model, 'id')->checkbox(['label' => ' Vote', 'size' => 'lg'])
I use checkbox in my yii2 project. I want to resize it but don't know how to do that. Can I resize checkbox in yii2? How to do that?
This is my code:
$form->field($model, 'id')->checkbox(['label' => ' Vote', 'size' => 'lg'])