Please render the text labels and checkboxes with the valid markup so that selecting the text gives focus to the related checkbox. ie. <span class="editor-field"> <input type="checkbox" id="treeItem1" value="1"> </span> <span class="editor-label"> <label for="treeItem1">Tree Item 1</label> </span>