Checkbox becoming 'sticky' in RecyclerView
问题 I have a dialog which takes in user input through a list with checkboxes, whose layout is a RecyclerView . But when I select a CheckBox in the list, another CheckBox further down in the list also gets checked, but which I didn't do. These images will help illustrate my point. Here, I've only selected Calendar and Camera: but further down in the list, Google and Maps also get selected which I didn't select. My code for bindActivity is: public void bindActivity(ResolveInfo resolveInfo) {