Hi Venkat,
If the checkbox field is bound to a table, you should stop bothering about the parameter form. What you need to do in the other form is to fetch a record in the parameter table and read the value of your field. For example:
myDsField.enabled(MyParameters::find().MyBooleanField);
if it's not bound to a table, how do you want it to work?