{
"windows": [
{
"name": "CheckBoxExample",
"title": "CheckBox Example",
"left": 500,
"top": 100,
"width": 400,
"height": 300,
"controls": [
{
"name": "canWalkCheckBox",
"type": "checkbox",
"label": "Can Walk",
"bindsTo": "canWalk"
},
{
"name": "canFlyCheckBox",
"type": "checkbox",
"label": "Can Fly",
"bindsTo": "canFly"
},
{
"name": "canSwimCheckBox",
"type": "checkbox",
"label": "Can Swim",
"bindsTo": "canSwim"
},
{
"name": "OKButton",
"type": "button",
"text": "OK",
"isDialogButton": true,
"dialogResult": "OK"
},
{
"name": "CancelButton",
"type": "button",
"text": "Cancel",
"isDialogButton": true,
"dialogResult": "Cancel"
}
]
}
]
}