https://github.com/rustamwin/yii2-checkbo
CheckBo.js Yii2 extension
https://github.com/rustamwin/yii2-checkbo
checkbox extension input widget yii2-extension
Last synced: 4 months ago
JSON representation
CheckBo.js Yii2 extension
- Host: GitHub
- URL: https://github.com/rustamwin/yii2-checkbo
- Owner: rustamwin
- License: mit
- Created: 2017-11-13T06:35:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T18:50:10.000Z (almost 8 years ago)
- Last Synced: 2025-08-08T02:42:34.530Z (10 months ago)
- Topics: checkbox, extension, input, widget, yii2-extension
- Language: PHP
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
CheckBo Widget for Yii2
=========================
[](https://packagist.org/packages/rustamwin/yii2-checkbo)
[](https://packagist.org/packages/rustamwin/yii2-checkbo)
[](https://packagist.org/packages/rustamwin/yii2-checkbo)
[](https://packagist.org/packages/rustamwin/yii2-checkbo)
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
-----
```php
= $form->field($model, $attribute)->widget(CheckBo::class, []) ?>
```
License
-------
yii2-checkbo is released under the MIT License.