Hi,

I have a dialog form that contains 4 tabs, of which on the 4th tab, i have implemented a check box. When that checkbox is checked, a value of "1" should be stored in the configuration file which i am using for the system.

When I am loading my application, it should accordingly load the corresponding settings from the configurations file and it should automatically check that checkbox.

The problem here is,
I am able to store the settings in my configuration file and I am also able to read that particular value while loading the application.

But I am not able to automatically tick the checkbox according to the value("1").

How can I achieve this?

Regards,
p_zshk