Hi,
I have a need to create a checkbox list based on the contents read from a file at runtime. Once established, the user selects/deselects the approriate item checkboxes and then clicks a button to process those selected checkboxes. I have seen plenty of examples where the checkboxes are known prior to runtime, but for my application, this is not possible.
Thanks for any assistance