PHPackages                             integready/yii2-bulkactionscheckboxcolumn - 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. integready/yii2-bulkactionscheckboxcolumn

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

integready/yii2-bulkactionscheckboxcolumn
=========================================

Bulk actions checkbox column

1.0.6(6y ago)11.2k1BSD-3-ClausePHP

Since Feb 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/IntegReady/yii2-bulkactionscheckboxcolumn)[ Packagist](https://packagist.org/packages/integready/yii2-bulkactionscheckboxcolumn)[ RSS](/packages/integready-yii2-bulkactionscheckboxcolumn/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

Bulk actions checkbox column
============================

[](#bulk-actions-checkbox-column)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist integready/yii2-bulkactionscheckboxcolumn "~1.0"

```

or add

```
"integready/yii2-bulkactionscheckboxcolumn": "~1.0"

```

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

Usage example:
--------------

[](#usage-example)

###### GridView id must be set.

[](#gridview-id-must-be-set)

- index.php `(View)`:

> **Only one button is type to *`BulkCheckboxColumn::BUTTON_TYPE_CUSTOM_JS`*!**

```

```

- BookController.php `(Controller)`:

```
