LaravelPackages.net
Acme Inc.
Toggle sidebar
cdbeaton/boolean-tick

An alternative to the Boolean component in Laravel Nova for colourblind users.

3.078
3
About cdbeaton/boolean-tick

cdbeaton/boolean-tick is a Laravel package for an alternative to the boolean component in laravel nova for colourblind users.. It currently has 3 GitHub stars and 3.078 downloads on Packagist. Install it with composer require cdbeaton/boolean-tick. Discover more Laravel packages by cdbeaton or browse all Laravel packages to compare alternatives.

Last updated

boolean-tick

An alternative to the Boolean component in Laravel Nova for colourblind users.

Installation

In order to use this package, you need a Laravel installation which uses Nova.

Composer

composer require cdbeaton/boolean-tick

Usage

You can use the BooleanTick field just as you would normally use the Boolean field.

use Cdbeaton\BooleanTick\BooleanTick;

...

BooleanTick::make('Is live'),

Star History Chart