nova-checkboxes
nova-checkboxes copied to clipboard
A Laravel Nova field for creating and displaying an array of checkboxes
Please make nova 4 support Found this fork https://github.com/njimx/nova-checkboxes Everything works there, but there is a display problem
Having this only slows down the initial request to Laravel Nova. laravel/nova-issues#3474
Thank you for providing this nice package. I found myself wondering, why the basic help text feature was not working. When using this field as the other basic fields from...
Hi! I just found this great article that explained how to use your great package for relationships. https://ivanmijatovic.com/laravel-nova-belongstomany-relationship-as-checkbox Works for both BelongsTo, BelongsToMany and MorphToMany. So very very powerful stuff!...
i have created a database field for storing the checkbox value. The value say 2,3 is saved into database as expected when field type is text. But when this field...