thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand

Home Page:https://robots.thoughtbot.com/introducing-expandablerecyclerview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with radio buttons multi-selected upon random clicks.

Ramachandran322 opened this issue · comments

Hello,

I have this library implemented to choose an option between two radio buttons. Radio buttons were created dynamically on runtime. It's working fine on my implementation.

However, when I switch between the two child radio buttons in a group, both of them were selected. This happens with all the group items.
radio_button

Please let me know how to fix this bug. By the way I am using the following library version,
implementation 'com.thoughtbot:expandablecheckrecyclerview:1.4'