CheckBox in ListView being reset when it leaves the screen
I have followed the tutorial here to create a custom ListView that shows items with category headers. I have modified the list_item_entry.xml to put a CheckBox in the item: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:paddingRight="?android:attr/scrollbarSize" > <CheckBox android:id="@+id/option_checkbox" android:layout_width="wrap_content" android:layout_height="wrap_content"