SyntaxFix
Write A Post
Hire A Developer
Questions
try this one :
public void itemClicked(View v) { //code to check if this checkbox is checked! CheckBox checkBox = (CheckBox)v; if(checkBox.isChecked()){ } }