What is the DataTable jQuery syntax to get a checkbox object so that I can check and uncheck it

What is the DataTable jQuery syntax to get a checkbox object so that I can check and uncheck it

JMPhillips3JMPhillips3 Posts: 1Questions: 1Answers: 0

I am new to DataTables (as well as jQuery). Hopefully, this is a very simple answer. I have been pouring over forum responses and have not come up with an answer to my question.

In raw Javascript, I would do something like:
var tmpCheckbox = this.document.getElementById("chkSomeCheckBox");
tmpChkbox.checked = true;

How can I do that with the DataTables plugin API?

This discussion has been closed.