nall
0
Q:

vue get if checkbox is checked

samplefunction : function(value,event) {
    if (event.target.checked) {
       alert('isSelected');
    }
}
0

New to Communities?

Join the community