The checked Togglebuttons in my ListView aren't checked anymore when i scroll
问题 I dynamicly add Togglebuttons from an Array into my RadioGroup . The adding works fine and every different List items works fine but when I scroll the checked status is changed back. How can I fix this? Here is my ListAdapter class: public class BezoekverslagDetailsListAdapter extends ArrayAdapter<Vraag>{ public Context context; public List<Vraag> vragen; ViewHolder holder;; public BezoekverslagDetailsListAdapter(Activity context, List<Vraag> vragen){ super(context, R.layout.vraag_item,