We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2281250 commit c750c71Copy full SHA for c750c71
resources/js/Pages/Auth/Register.vue
@@ -68,7 +68,7 @@
68
<div class="flex items-center space-x-3">
69
<Checkbox
70
id="terms-of-service"
71
- v-model="form.terms_of_service"
+ v-model:checked="form.terms_of_service"
72
required
73
autocomplete="terms-of-service"
74
/>
0 commit comments