C# WPF Save CheckBox state to xml
My application is a form based application, having multiple textboxes that
can be filled. Some textboxes however is optional and a Checkbox is
included to toggle if it should be included.
Now I would like to save the progress of the form so it can be opened
later for further editing. I am saving this file as an .xml. Saving the
textboxes I have no problem with, but what is the best way to save the
state of the checkboxes to the xml file, so it can be loaded later?
Any help would be appreciated!
No comments:
Post a Comment