rustamwin/yii2-checkbo

CheckBo widget for Yii2.

1.0 2018-04-24 15:49 UTC

This package is auto-updated.

Last update: 2024-04-19 22:41:54 UTC


README

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.