You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
*NOTE*
2
+
3
+
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.
4
+
5
+
---
6
+
7
+
1
8
# A checkbox field for Nova apps
2
9
3
10
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
190
197
191
198
## License
192
199
193
-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
200
+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments