Is it possible to use a checkbox in a split button list instead of the gear icon?
http://jquerymobile.com/demos/1.0a4.1/#docs/lists/lists-split.html
Thanks
jquery jquery-ui html5 jquery-mobile link|improve this question asked Apr 14 '11 at 14:33
Jake
It sure is, but you might need to do some javascript coding for that.
If I were you, I'd try and use a count bubble and place a checkbox in it.
OR
Simply put a checkbox in the li element and style it to float:rightlink|improve this answer answered Apr 15 '11 at 10:29
If you mean an html checkbox, naugtur's answer is correct. Otherwise if you want to use a checkbox icon on the split list to the right, just add data-icon="check" to the second "a" tag in the li.
http://jquerymobile.com/demos/1.0a4.1/#docs/lists/lists-split.html
Thanks
jquery jquery-ui html5 jquery-mobile link|improve this question asked Apr 14 '11 at 14:33
Jake
1,02541444
It sure is, but you might need to do some javascript coding for that.
If I were you, I'd try and use a count bubble and place a checkbox in it.
OR
Simply put a checkbox in the li element and style it to float:rightlink|improve this answer answered Apr 15 '11 at 10:29
If you mean an html checkbox, naugtur's answer is correct. Otherwise if you want to use a checkbox icon on the split list to the right, just add data-icon="check" to the second "a" tag in the li.