Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Marbo's avatar
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.

0 likes
1 reply

Please or to participate in this conversation.