This question is locked. New answers and comments are not allowed.
01.<ul data-role="listview" data-type="group" id="itemListView" data-click="listViewClick" data-style="inset" class="km-listview km-listgroupinset">02. 03. <li class="km-group-container words" itype="5" id="40f7eb7a426e40dbbc7ae1c3c8dc6988">04. <div class="km-group-title">05. <divclass="km-text itemTitle">Test 1</div>06. </div>07. <ul class="km-list"> 08. <li class="checkboxlimit" cbl="1" ontouchend="touchEnd(event);"><label class="km-listview-label"><input type="checkbox" id="402881343face3ff013fad11f93a0026">B1</label></li> 09. </ul>10. </li>11. 12. 13. <li class="km-group-container words" itype="2" id="160265eecc6148c39a818913dcaf9870">14. <div class="km-group-title">15. <div class="km-text itemTitle">test2</div>16. </div>17. <ul class="km-list"> 18. <li class="checkboxlimit"cbl="2"ontouchend="touchEnd(event);"><label class="km-listview-label"><input type="checkbox" id="402881343face3ff013fad11f7460021">A1</label></li> 19. <li class="checkboxlimit"cbl="2"ontouchend="touchEnd(event);"><label class="km-listview-label"><input type="checkbox" id="402881343face3ff013fad11f7940022">A2</label></li> 20. <li class="checkboxlimit"cbl="2"ontouchend="touchEnd(event);"><label class="km-listview-label"><input type="checkbox" id="402881343face3ff013fad11f7d20023">A3</label></li>21. <li class="checkboxlimit"cbl="2"ontouchend="touchEnd(event);"><label class="km-listview-label"><input type="checkbox" id="402881343face3ff013fad11f85e0024">A4</label></li>22. </ul>23. </li>24. 25.</ul>line 3 : test1 group
line13: test2 group
the same code I test in v2012.3.1315 , everything is ok , but in this new version , when choose from the second group , check one itemfrom the second group , the first group's only one option can checked , but the one I choose in second group not checked correctly. for example , you can choose A3 or A4, repeatly for serval times , B1 will be checked .