From 1cdb345eabeb718031fb319a47053b9dfd305d53 Mon Sep 17 00:00:00 2001 From: John Wyles Date: Sat, 16 Nov 2019 08:10:04 +0000 Subject: [PATCH] Update readme with boolean group note --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.