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 1mo ago

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 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

2579d 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.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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