An alternative to the Boolean component in Laravel Nova for colourblind users.
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
An alternative to the Boolean component in Laravel Nova for colourblind users.
In order to use this package, you need a Laravel installation which uses Nova.
Composer
composer require cdbeaton/boolean-tick
You can use the BooleanTick field just as you would normally use the Boolean field.
use Cdbeaton\BooleanTick\BooleanTick;
...
BooleanTick::make('Is live'),