I've successfully integrated the DataTables Checkbox option into my page, but I can't find anything on how to actually UTILIZE these once they're in. Since they don't use <input>
to create these and rely on CSS :before
and :after
, I'm not sure how I get the checkboxes to do something when I click them.
Is there any documentation on this that I just can't find?