How to make a always unchecked checkbox without using disabled in vue.js?
I need the checkbox to be always unchecked. I tried by binding the checked attribute to a false property from data and set @input/change listener to do nothing and using v-model but none of them does work as expected.
Aucun commentaire:
Enregistrer un commentaire