在xml中可以用ischeck:true来设置默认为选中状态。 在activity中可以用setChecked(true);来设置为选中状态。 isChecked();语句为判断是否选中,返回一个boolean值。