Hi,
I have a GUI with few checkboxes created with GuiCtrlCreateCheckbox.
I want to list all of the checkbox on this GUI and their state (checked/unchecked).
How to do this?
Note that the checkbox was created manually one by one, not using array, so I cant use the for ... next to list and check their state.
Thanks