I\'m trying to do an \"Unselect all\" button in a ListActivity to unchecked all checkboxes in a ListView managed by a custom SimpleCursorAdapter.
As suggested here,
I use
checkbox.setChecked(false); checkbox.refreshDrawableState();