title = 'Логин'; iCheckAsset::register($this); $js = <<< JS $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', increaseArea: '20%' // optional }); JS; $this->registerJs($js, View::POS_READY); ?> beginPage(); ?> <?= Html::encode($this->title) ?> head() ?> beginBody(); ?>
endBody(); ?> endPage(); ?>