PHPackages                             scouser03/group-checkbox - 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. scouser03/group-checkbox

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

scouser03/group-checkbox
========================

A Laravel Nova field.

1.2.3(3y ago)01.1kMITVuePHP ^7.3|^8.0

Since Oct 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/scouser03/nova4-group-checkbox)[ Packagist](https://packagist.org/packages/scouser03/group-checkbox)[ RSS](/packages/scouser03-group-checkbox/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

A GroupCheckbox field for Laravel Nova 4
========================================

[](#a-groupcheckbox-field-for-laravel-nova-4)

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

[](#installation)

First you must install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require scouser03/group-checkbox
```

Usage
-----

[](#usage)

```
namespace App\Nova;

use Scouser03\GroupCheckbox\GroupCheckbox;

class BlogPost extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            GroupCheckbox::make(__('Permissions'), 'prepared_permissions')
                ->withGroups()
                ->options(ModelsPermission::all()->map(function ($permission, $key) {
                return [
                    'group'  => __(ucfirst($permission->group)),
                    'option' => $permission->name,
                    'label'  => __($permission->name),
                ];
            })->groupBy('group')->toArray()),

            // ...
        ];
    }
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~6 days

Total

6

Last Release

1313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35454401?v=4)[khvicha ostatishvili](/maintainers/scouser03)[@scouser03](https://github.com/scouser03)

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/scouser03-group-checkbox/health.svg)

```
[![Health](https://phpackages.com/badges/scouser03-group-checkbox/health.svg)](https://phpackages.com/packages/scouser03-group-checkbox)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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