How to work with checkboxes?
In my application on the launch window I have a set of checkboxes. They will define, pretty much, what steps of data cleaning will be performed with the table.So I need pretty much to get the status of each checkbox and then run a corresponding function on each checkbox that is checked.Manuals are pretty much useless, the only thing I got was that I can get a list of strings with the names of chec...