/yii2-checkbo

CheckBo.js Yii2 extension

Primary LanguagePHPMIT LicenseMIT

CheckBo Widget for Yii2

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist rustamwin/yii2-checkbo "*"

or add

"rustamwin/yii2-checkbo": "*"

to the require section of your composer.json file.

Usage

<?= $form->field($model, $attribute)->widget(CheckBo::class, []) ?>

License

yii2-checkbo is released under the MIT License.