I have a checkbox in vue.js
<input v-model="form.accept" name="Accept" type="checkbox" value="false">
i have model defined
data() {
return {
form: new Form({
accept: false,
now i want to make this field required
'accept' =>'required|true',
but this is not working
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire