An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

CheckBo Widget for Yii2
=========================

[![Latest Stable Version](https://poser.pugx.org/rustamwin/yii2-checkbo/v/stable)](https://packagist.org/packages/rustamwin/yii2-checkbo)
[![Total Downloads](https://poser.pugx.org/rustamwin/yii2-checkbo/downloads)](https://packagist.org/packages/rustamwin/yii2-checkbo)
[![Latest Unstable Version](https://poser.pugx.org/rustamwin/yii2-checkbo/v/unstable)](https://packagist.org/packages/rustamwin/yii2-checkbo)
[![License](https://poser.pugx.org/rustamwin/yii2-checkbo/license)](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.