cdbeaton / boolean-tick
An alternative to the Boolean component in Laravel Nova for colourblind users.
dev-master
2019-08-14 23:01 UTC
Requires
- php: >=7.1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 15:05:21 UTC
README
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'),