Searched refs:radioBox (Results 1 – 3 of 3) sorted by relevance
31 private radioBox: LitRadioBox | undefined; property in SpRecordSetting50 if (this.radioBox) {51 return this.radioBox.checked;154 this.radioBox = this.shadowRoot?.querySelector('#litradio') as LitRadioBox;221 this.radioBox!.addEventListener('click', () => {
33 private radioBox: LitRadioBox | undefined | null; property in SpArkTs62 this.radioBox = this.shadowRoot?.querySelector('lit-radio[checked]');63 type = this.radioBox?.getAttribute('type') || '';
45 spEle.radioBox = null;