I have a check box in each row of my table (which serves as a checklist). And I need to be able to persist the value of each check box. I've tried stateSave, but that doesn't appear to work for check boxes.
My data is in a local JSON file (an array of objects). Is there an easy way to save this state?