How to validate Checkbox using required()?
Upon hitting the submit button, the checkbox does not show an error message. Note that I'm using
novalidate to my <form>Checkbox::make('has_agreed')
->reactive()
->required(),novalidate<form>acceptedaccepted