Vuelidate: How to check if a checkbox is checked or not

Created on 13 Apr 2017  路  1Comment  路  Source: vuelidate/vuelidate

I tried required but its not working

https://jsfiddle.net/Frizi/b5v4faqf/

question

Most helpful comment

validations: {
  checkbox: {
    required (val) {
      return val
    }
  }
}

>All comments

validations: {
  checkbox: {
    required (val) {
      return val
    }
  }
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

hackuun picture hackuun  路  4Comments

andrefigueira picture andrefigueira  路  3Comments

muchacho-diesel picture muchacho-diesel  路  4Comments

mortezasabihi picture mortezasabihi  路  3Comments

kharysharpe picture kharysharpe  路  4Comments