How to validate Checkbox using required()?

Checkbox::make('has_agreed')
->reactive()
->required(),
Checkbox::make('has_agreed')
->reactive()
->required(),
Upon hitting the submit button, the checkbox does not show an error message. Note that I'm using novalidate to my <form>
1 Reply
vahnmarty
vahnmartyOP2y ago
Nvm, the rule should be accepted
Want results from more Discord servers?
Add your server