Selecting and deselecting radio buttons
        Posted  
        
            by 
                Vivek Kalkur
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vivek Kalkur
        
        
        
        Published on 2011-07-26T09:30:34Z
        Indexed on 
            2012/09/26
            21:37 UTC
        
        
        Read the original article
        Hit count: 257
        
android
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.
© Stack Overflow or respective owner