I have a checkbox in android which has the following XML:
You can try this code:
public void itemClicked(View v) { //code to check if this checkbox is checked! if(((Checkbox)v).isChecked()){ // code inside if } }