vue get, jeśli pole wyboru jest zaznaczone
samplefunction : function(value,event) {
if (event.target.checked) {
alert('isSelected');
}
}
Foolish Flamingo
samplefunction : function(value,event) {
if (event.target.checked) {
alert('isSelected');
}
}