PHPackages                             diiimonn/yii2-widget-checkbox-multiple - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. diiimonn/yii2-widget-checkbox-multiple

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

diiimonn/yii2-widget-checkbox-multiple
======================================

Input widget to render multiple select box

v1.0.0(11y ago)58533JavaScript

Since Feb 23Pushed 7y ago3 watchersCompare

[ Source](https://github.com/diiimonn/yii2-widget-checkbox-multiple)[ Packagist](https://packagist.org/packages/diiimonn/yii2-widget-checkbox-multiple)[ Docs](https://github.com/diiimonn/yii2-widget-checkbox-multiple)[ RSS](/packages/diiimonn-yii2-widget-checkbox-multiple/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

yii2-widget-checkbox-multiple
=============================

[](#yii2-widget-checkbox-multiple)

Input widget to render multiple select box. Using jQuery ajax.

Installation
------------

[](#installation)

To install with composer:

```
$ php composer.phar require diiimonn/yii2-widget-checkbox-multiple "dev-master"

```

or add

```
"diiimonn/yii2-widget-checkbox-multiple": "dev-master"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

### view:

[](#view)

```
...
use diiimonn\widgets\CheckboxMultiple;
use yii\helpers\Url;
...
