Use this.findById() to fetch the item and toggle its checked attribute. code example
Example: jquery toggle checkbox
checkBoxes.attr("checked", !checkBoxes.attr("checked"));
checkBoxes.attr("checked", !checkBoxes.attr("checked"));