rustamwin / yii2-checkbo
CheckBo widget for Yii2.
Package info
github.com/rustamwin/yii2-checkbo
Type:yii2-extension
pkg:composer/rustamwin/yii2-checkbo
1.0
2018-04-24 15:49 UTC
Requires
- bower-asset/checkbo: *
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2026-02-20 02:50:33 UTC
README
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.