PHPackages                             markguinn/silverstripe-gridfieldmultiselect - 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. markguinn/silverstripe-gridfieldmultiselect

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

markguinn/silverstripe-gridfieldmultiselect
===========================================

Gridfield extensions to add checkboxes for each row to easily delete or perform actions on multiple rows.

0.0.2(11y ago)116.0k13[6 issues](https://github.com/markguinn/silverstripe-gridfieldmultiselect/issues)[2 PRs](https://github.com/markguinn/silverstripe-gridfieldmultiselect/pulls)MITPHP

Since Dec 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/markguinn/silverstripe-gridfieldmultiselect)[ Packagist](https://packagist.org/packages/markguinn/silverstripe-gridfieldmultiselect)[ RSS](/packages/markguinn-silverstripe-gridfieldmultiselect/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Multi-Select Checkboxes for SilverStripe's GridField
====================================================

[](#multi-select-checkboxes-for-silverstripes-gridfield)

GridField components that add checkboxes to each row in a grid and make it easy to perform actions on multiple rows.

Requirements
------------

[](#requirements)

- Silverstripe 3.1+

Example: Delete
---------------

[](#example-delete)

```
$gridFieldConfig->addComponents(
    new GridFieldCheckboxSelectComponent(),
    new GridFieldMultiDeleteButton()
);

```

Example: Custom Action
----------------------

[](#example-custom-action)

```
$gridFieldConfig->addComponents(
    new GridFieldCheckboxSelectComponent(),
    new GridFieldApplyToMultipleRows(
        'emailClients',
        'Email Selected Clients',
        function($record, $index){
            $record->sendEmailToClient();
        }
    )
);

```

Developer(s)
------------

[](#developers)

- Mark Guinn

Contributions welcome by pull request and/or bug report. Please follow Silverstripe code standards (tests would be nice).

License (MIT)
-------------

[](#license-mit)

Copyright (c) 2014 Mark Guinn

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4210d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/485dfc9fc93cad085c83c3276f19b6e9322ee910ab0e1685de0db42228dbf97b?d=identicon)[markguinn](/maintainers/markguinn)

---

Top Contributors

[![markguinn](https://avatars.githubusercontent.com/u/495837?v=4)](https://github.com/markguinn "markguinn (2 commits)")[![nedmas](https://avatars.githubusercontent.com/u/842280?v=4)](https://github.com/nedmas "nedmas (1 commits)")

---

Tags

silverstripemultiselectgridfieldcheckboxesmodeladmin

### Embed Badge

![Health badge](/badges/markguinn-silverstripe-gridfieldmultiselect/health.svg)

```
[![Health](https://phpackages.com/badges/markguinn-silverstripe-gridfieldmultiselect/health.svg)](https://phpackages.com/packages/markguinn-silverstripe-gridfieldmultiselect)
```

###  Alternatives

[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

951.9M271](/packages/symbiote-silverstripe-gridfieldextensions)[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

911.3M52](/packages/undefinedoffset-sortablegridfield)[unclecheese/betterbuttons

Adds new form actions and buttons to GridField detail form for usability enhancements.

79554.0k19](/packages/unclecheese-betterbuttons)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[briceburg/silverstripe-pickerfield

GridField based management of has\_one , has\_many , and many\_many relationship selection

2441.3k1](/packages/briceburg-silverstripe-pickerfield)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
