Validating Radio Buttons

vee-validate also supports validating radio buttons You can use whatever rules you want on them but only few rules make sense, like required. One thing to note in this example is that you only need to use the directive on one of the radio buttons, you don't need to attach it on every one. They all must share the same name though.

In the following example, the third value is not included using the rule included:1,2

Edit VeeValidate Examples