check box value using load

Hi,
I am loading a form data using load method.

How can i load checkbox value?

for input boxes it is working but what abt checkbox value.

Thanks,
Naresh

Hi
What kind of data do you have? XML? PHP? Json?
For XML:

For Json:
{type: “checkbox”, name: “ch”, label: “Open…”, checked: true, value: “value”},