PHPackages                             gobrightspot/nova-tickbox-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. gobrightspot/nova-tickbox-field

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

gobrightspot/nova-tickbox-field
===============================

A Laravel Nova checkbox field.

1.0(7y ago)226.3kMITPHPPHP &gt;=7.1.0

Since Apr 26Pushed 3y ago2 watchersCompare

[ Source](https://github.com/gobrightspot/nova-tickbox-field)[ Packagist](https://packagist.org/packages/gobrightspot/nova-tickbox-field)[ RSS](/packages/gobrightspot-nova-tickbox-field/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Nova Tickbox Field
==========================

[](#laravel-nova-tickbox-field)

[![Status: ABANDONED](https://camo.githubusercontent.com/06b5dc042c0a2ce9d829af066b4365863b3fa2c107b1669e8c98b3cf0b127f87/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d4142414e444f4e45442d7265642e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/06b5dc042c0a2ce9d829af066b4365863b3fa2c107b1669e8c98b3cf0b127f87/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d4142414e444f4e45442d7265642e7376673f7374796c653d666c6174)[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Deprecation Notice⚠️
--------------------

[](#deprecation-notice️)

> GoBrightspot is no longer maintaining this project. Please fork it to continue development.

Introduction
------------

[](#introduction)

In the Nova Index view, the Boolean field will display a green dot for True and a red dot for false. We wanted to be able to label the data on the Index view to 'Yes' and 'No'. You, surprisingly, can't do that in Nova (as of v2.0.1) hopefully they'll add that soon and our package will no longer be necessary, until then, enjoy.

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

[](#installation)

```
composer require gobrightspot/nova-tickbox-field

```

Basic Usage
-----------

[](#basic-usage)

```
use Brightspot\Nova\Fields\Tickbox\Tickbox;

...

public function fields(Request $request)
{
    return [
        Tickbox::make('Are you a duck?', 'is_a_duck')
    ];
}

```

Custom Labels
-------------

[](#custom-labels)

```
public function fields(Request $request)
{
    return [
        Tickbox::make('Are you a duck?', 'is_a_duck')->labels('Definitely a duck', 'Probably not a duck');
    ];
}

```

Only Customize the True Label
-----------------------------

[](#only-customize-the-true-label)

```
public function fields(Request $request)
{
    return [
        Tickbox::make('Are you a duck?', 'is_a_duck')->trueLabel('Definitely a duck');
    ];
}

```

Only Customize the False Label
------------------------------

[](#only-customize-the-false-label)

```
public function fields(Request $request)
{
    return [
        Tickbox::make('Are you a duck?', 'is_a_duck')->falseLabel('Probably not a duck');
    ];
}

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2627d ago

### Community

Maintainers

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

---

Top Contributors

[![gobrightspot](https://avatars.githubusercontent.com/u/39132319?v=4)](https://github.com/gobrightspot "gobrightspot (1 commits)")

---

Tags

laravelcheckboxnovatickbox

### Embed Badge

![Health badge](/badges/gobrightspot-nova-tickbox-field/health.svg)

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

###  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)

PHPackages © 2026

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