I am developing a quiz application which consists of a question and three options and I am using radio buttons for these options.My query is,I click on one of the options and whenever i want to click another option, the previous option remains in the checked state and it does the same whenever I click on the third option too.
I need a solution where in it behaves as a natural radio button,only one option is checked at any point of time.
I am developing a quiz application which consists of a question and three options
Share
You can group RadioButtons using the RadioGroup.
Here is the example how you can group the RadioButtons using RadioGroup
For more information you can refer this document