SyntaxFix
Write A Post
Hire A Developer
Questions
Also you can use getChildAt() method. Like this:
mOption = (RadioGroup) findViewById(R.id.option); ((RadioButton)mOption.getChildAt(0)).setChecked(true);