SyntaxFix
Write A Post
Hire A Developer
Questions
radiobuttonObj.isChecked() will give you boolean
radiobuttonObj.isChecked()
if(radiobuttonObj1.isChecked()){ //do what you want }else if(radiobuttonObj2.isChecked()){ //do what you want }