Level 1
Sep 10, 2019
1
Level 1
Checkboxes not working in Laravel Nova custom tool
So I'm new to Laravel Nova and experimenting with custom tools right now.
In my custom tool I have a checkbox in my tool.vue component. I use the already available vue checkbox component from laravel nova.
<checkbox/>
The checkbox appears in the form like it should but when I click on it nothing happens. It doesn't get checked and the toggle event from the component doesn't fire.
Thanks in advance.
Please or to participate in this conversation.