Searched refs:checkboxElement (Results 1 – 1 of 1) sorted by relevance
28 private checkboxElement: LitCheckBox | null | undefined; property in LitTreeNode137 this.checkboxElement = this.shadowRoot!.querySelector<LitCheckBox>('#checkbox');142 this.checkboxElement!.onchange = (e: any) => {148 this.checkboxElement!.onclick = (e) => {328 if (this.hasAttribute('checked')) this.checkboxElement!.checked = true;445 if (this.checkboxElement) {447 this.checkboxElement!.style.display = 'inline-block';449 this.checkboxElement!.style.display = 'none';453 if (this.checkboxElement) {454 this.checkboxElement.checked = this.hasAttribute('checked');