I have a list of items that include a checkbox. There is text on the left side of a list item and a check box on the right side. When I click a list item the checkbox is clicked and it fires the rest of the intent in the onListItemClick method. How do I change my code so that when a check box is checked the onListItemClick does one thing and when the text is clicked, the onListItemClick does something else?I have a list of items that include a checkbox.