Vuejs click event from checkbox?
I have a v-model on checkbox which values are assigned from a loop. I want the click event to invoke a function where I need to access the data of the checked ones. When a click is triggered, if I ...