()
| 22832 | return this.get("type") === "checkbox" |
| 22833 | } |
| 22834 | getShadow() { |
| 22835 | if (!this._shadow) { |
| 22836 | const shadowClass = this.getShadowClass() |
| 22837 | this._shadow = new shadowClass(this) |
| 22838 | } |
| 22839 | return this._shadow |
| 22840 | } |
| 22841 | insertCssChildParticle(text, index) { |
| 22842 | return this.insertChildParticle(text, index) |
| 22843 | } |
no test coverage detected