rustamwin / yii2-checkbo
CheckBo widget for Yii2.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/checkbo: *
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-10-19 23:40:42 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.