diff --git a/README.md b/README.md index 0012539..24b6323 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +*NOTE* + +There is now a native field in Nova called Boolean Group that replicates this field when using the `saveUncheckedValues` option. It is recommended that if you are using this package with that option enabled that you switch to the native Nova field as this package is only sporadically maintained. + +--- + + # A checkbox field for Nova apps This package contains a Laravel Nova field to add an array of checkboxes to your Nova resource forms and display the input from these fields. @@ -190,4 +197,4 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re ## License -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE.md) for more information.