State saving

jQuery DataTables Checkboxes has full support for state saving ability when it is enabled by the stateSave option.

Enable checkbox state saving

When you use stateSave option, state of all checkboxes will be preserved when page is reloaded.

Disable checkbox state saving

It is possible to enable state saving for the whole table globally but disable checkbox state saving by using columns.checkboxes.stateSave option set to false. When page is reloaded, state of the table will be preserved, but state of checkboxes will be reset.