Custom ListField With Checkboxes in Blackberry
问题 I tried to implement the custom ListField with checkboxes in blackberry. I'm able to display the list correctly. My requirement is that I need to select some multiple items using the checkbox in blackberry, but I'm not able to change the check and uncheck the checkbox. I tried in navigationClick , CheckBox.setChangeListener , HorizontalFieldManager.setChangeListener methods, but I didn't get any solutions. Can anybody tell me what am I doing wrong? My code is: public class InboxWithCheckboxes