I want the radio button component inside every card to be completely independent. The issue i am facing is that I want to select one radio btn from the card per card. But When I select another one inside the same card it gets selected along with the previous one.
I have used name attribute and passed dynamic names in it but still not solved