PHPackages                             stepanenko3/nova-boolean-group-field - 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. stepanenko3/nova-boolean-group-field

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

stepanenko3/nova-boolean-group-field
====================================

Nova BooleanGroup advanced field based on native Nova field

v1.0.3(2y ago)827.6k↑132.5%3[2 issues](https://github.com/stepanenko3/nova-boolean-group-field/issues)MITJavaScriptPHP &gt;=8.0CI passing

Since May 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/stepanenko3/nova-boolean-group-field)[ Packagist](https://packagist.org/packages/stepanenko3/nova-boolean-group-field)[ RSS](/packages/stepanenko3-nova-boolean-group-field/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Nova Boolean Group
==================

[](#nova-boolean-group)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3b86653bb059615c7d2d7f71ad14e752960b75329a6ee71cc507629900d12fdf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746570616e656e6b6f332f6e6f76612d626f6f6c65616e2d67726f75702d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-boolean-group-field)[![Total Downloads](https://camo.githubusercontent.com/6a48aa3cce4879ac3c3576e0efb4d5316c825fe63182c68bca67a0659b61400f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746570616e656e6b6f332f6e6f76612d626f6f6c65616e2d67726f75702d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-boolean-group-field)[![License](https://camo.githubusercontent.com/402c783f80247fda26f1f48fe58dd6b7f2727b8db011047dec3bcad83b0f21f1/68747470733a2f2f706f7365722e707567782e6f72672f73746570616e656e6b6f332f6e6f76612d626f6f6c65616e2d67726f75702d6669656c642f6c6963656e7365)](https://packagist.org/packages/stepanenko3/nova-boolean-group-field)

[![screenshot of field](screenshots/field.png)](screenshots/field.png)

Description
-----------

[](#description)

Extended BooleanGroup Field for Laravel Nova

Features
--------

[](#features)

- Grouped by prefix
- Support dotted options
- Support multidimensional options
- Toggle all checkboxes
- Toggle group of checkboxes

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

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

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

[](#installation)

```
# Install the package
composer require stepanenko3/nova-boolean-group-field
```

Usage
-----

[](#usage)

Add the use declaration to your resource and use the fields:

```
use Stepanenko3\NovaBooleanGroup\BooleanGroup;
...

BooleanGroup::make('Permissions', 'permissions'),

BooleanGroup::make('Layouts', 'layouts')->options([
    'value1' => 'Value1',
    'value2' => 'Value2',
    'value3.value1' => 'Value3.1',
    'value3.value2' => 'Value3.2',
    'value4.value1' => 'Value4.1',
    'value4.value2' => 'Value4.2',
    'value5' => [
        'value1' => 'Value5.1',
        'value2' => 'Value5.2',
        'value53' => [
            'value1' => 'Value5.3.1',
            'value2' => 'Value5.3.2',
        ],
    ],
]),

BooleanGroup::make('Permissions', 'permissions')
    ->hideFalseValues(),

BooleanGroup::make('Permissions', 'permissions')
    ->hideTrueValues(),
```

Screenshots
-----------

[](#screenshots)

[![screenshot of field](screenshots/field-dark.png)](screenshots/field-dark.png)[![screenshot of field](screenshots/field-mobile.png)](screenshots/field-mobile.png)[![screenshot of field](screenshots/field-detail.png)](screenshots/field-detail.png)[![screenshot of field](screenshots/field-index.png)](screenshots/field-index.png)

Credits
-------

[](#credits)

- [Artem Stepanenko](https://github.com/stepanenko3)

Contributing
------------

[](#contributing)

Thank you for considering contributing to this package! Please create a pull request with your contributions with detailed explanation of the changes you are proposing.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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 ~103 days

Total

4

Last Release

831d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bef20f9543018de0b011aaf817248d926fdbcd2f71c6cfa81d82e9bb4822f018?d=identicon)[stepanenko3](/maintainers/stepanenko3)

---

Top Contributors

[![stepanenko3](https://avatars.githubusercontent.com/u/31134245?v=4)](https://github.com/stepanenko3 "stepanenko3 (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

laravelnova

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/stepanenko3-nova-boolean-group-field/health.svg)

```
[![Health](https://phpackages.com/badges/stepanenko3-nova-boolean-group-field/health.svg)](https://phpackages.com/packages/stepanenko3-nova-boolean-group-field)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6143.5M22](/packages/ebess-advanced-nova-media-library)[dillingham/nova-attach-many

Attach Many Nova field

2722.0M2](/packages/dillingham-nova-attach-many)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57239.7k](/packages/sbine-route-viewer)[novius/laravel-nova-order-nestedset-field

A Laravel Nova field that make your resources orderable

2391.9k2](/packages/novius-laravel-nova-order-nestedset-field)[stepanenko3/nova-cards

A Laravel Nova info cards.

33147.6k](/packages/stepanenko3-nova-cards)

PHPackages © 2026

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