| 1 | | <span class="dojoInlineBox" tabIndex="${this.tabIndex}" waiRole="${this._type}" id="${this.id}" |
| 2 | | ><div dojoAttachPoint="imageContainer" class="dojoCheckbox" style="overflow:hidden;"></div |
| 3 | | ><input type="${this._type}" name="${this.name}" value="${this.value}" dojoAttachPoint="inputNode" |
| | 1 | <span |
| | 2 | > <span dojoAttachPoint="imageContainer" class="dojoCheckbox" style="overflow:hidden;"></span |
| | 3 | ><input dojoAttachPoint="inputNode" class="dojoCheckboxInput" id="${this.id}" tabIndex="${this.tabIndex}" type="${this._type}" name="${this.name}" value="${this.value}" |