PHPackages                             mohkoma/nova-multiselect-checkboxes - 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. mohkoma/nova-multiselect-checkboxes

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

mohkoma/nova-multiselect-checkboxes
===================================

A Laravel Nova Multiselect Dropdown Field.

v0.1(6y ago)310.9kMITVuePHP &gt;=7.1.0

Since Feb 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mohkoma/nova-multiselect-dropdown-checkboxes)[ Packagist](https://packagist.org/packages/mohkoma/nova-multiselect-checkboxes)[ RSS](/packages/mohkoma-nova-multiselect-checkboxes/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Nova Multiselect Checkboxes Field (Dropdown)
====================================================

[](#laravel-nova-multiselect-checkboxes-field-dropdown)

[![Checkboxes in Laravel Nova](formPreview.png)](formPreview.png)

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

[](#installation)

`composer require mohkoma/nova-multiselect-checkboxes`

Usage
-----

[](#usage)

```
use Nova\MultiselectCheckboxes\MultiselectCheckboxes;

MultiselectCheckboxes::make('Options', 'FIELD_NAME')
->options($this->{FIELD_NAME}->pluck('name', 'id'))
->placeholder('Options'),
```

Configuration
-------------

[](#configuration)

Use the `options()` function to pass the options list, the function accept the options as first parameter (it must be an keyed array `$this->{FIELD_NAME}->pluck('name', 'id')`) and optionally the selections as a secound parameters (must be an array of ids). Please note that if you don't pass the selections, the package will use the field default value ex: `FIELD_NAME` column in the exemple above.

```
use Nova\MultiselectCheckboxes\MultiselectCheckboxes;

->options($this->{FIELD_NAME}->pluck('name', 'id'), [23, 34, 66, 76])
```

You're able to set a placeholder for the field using `placeholder()` function.

Sometimes you might need to return the value of the unselected options, for that you can use `returnUnchecked()` function.

```
use Nova\MultiselectCheckboxes\MultiselectCheckboxes;

MultiselectCheckboxes::make('Options', 'FIELD_NAME')
->options($this->{FIELD_NAME}->pluck('name', 'id'))
->placeholder('Options')
->returnUnchecked(),
```

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2275d ago

### Community

Maintainers

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

---

Tags

laraveldropdownmultiselectnovacheckboxes

### Embed Badge

![Health badge](/badges/mohkoma-nova-multiselect-checkboxes/health.svg)

```
[![Health](https://phpackages.com/badges/mohkoma-nova-multiselect-checkboxes/health.svg)](https://phpackages.com/packages/mohkoma-nova-multiselect-checkboxes)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[silvanite/novafieldcheckboxes

A Laravel Nova field to display a number of multi-select options using checkboxes.

70846.9k1](/packages/silvanite-novafieldcheckboxes)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

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

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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