Android How To Disable A CheckBox ... If you want your CheckBox to be unselectable then you have to do this: checkBox.setEnabled(false);.
確定! 回上一頁