Do you have this problem when you scroll in the list? If yes, then it's probable that the checkboxes on different rows are the same object (e.g. row 1 and row 7 for example). Inside your adapter you have to ensure that different rows doen't use the same checkbox object.
------------------------------------------------- Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com https://marketplace.cisco.com/apphq/products/994 On Nov 8 2011, 12:17 pm, vani reddy <[email protected]> wrote: > Hi, > > I have created a custom listview of text and checkbox. > When i click on a particular checkbox the other checkboxes in the rows also > gets checked. How to avoid this?? > > -- > Regards, > Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

