Every line of 'oncheck event' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
12 handleCheck(e) { 13 this.dispatchEvent(new CustomEvent("check", { detail: { index: this.index, value: this.checked } })); 14 }