views:

97

answers:

1

This is my list view item:
alt text
I want to put an OnClickListener on the Checkbox. But I need to get the list item that the CheckBox is in, via row id. How can I do that in the onClick method.

+2  A: 

In the bindView method, you have to put a click listener on each checkbox

fedj