cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.
https://vform.vercel.app
MIT License
607 stars 120 forks source link

Radio button/checkbox support #95

Closed VinceSanityyy closed 3 years ago

VinceSanityyy commented 4 years ago

Anyone knows how to use vform on checkbox/radio buttons?

ag0n-e commented 4 years ago

you can read the errors directly from the form-object, but there is a catch: <span class="error" v-if="form.errors.errors.your_fieldname">{{ form.errors.errors.your_fieldname[0] }}</span>

form.errors.errors