I have a custom post type with a set of custom fields. These fields are saving to a custom table.
Initially when I create a new post all information is saved and displayed correctly on the UI after the page refreshes. If I then change the text in a text area, the checkboxes that were previously checked in the UI are no longer checked. The database still holds the correct information, but for whatever reason it is not being displayed on the UI.