Can you have the Save Settings button save the state of User Checkboxes to the profile?
Right now I have to do it with the Destructor macro, but it would be better for the Save Settings button to do it, for more consistent interface operation.
You could add a section like this:
[UserCheckboxes]
20101=True
20102=False
Then I use the Constructor macro to read the key and set the state when UCCNC starts.