{
"type": "container",
"borderColor": "#f3f3f3",
"borderWidth": "1pt",
"borderRadius": "10pt",
"constraints": [
{
"type": "pos",
"x": "50%",
"y": "35%",
"anchor": "c"
},
{
"type": "size",
"height": "40pt",
"width": "300pt"
}
],
"children": [
{
"type": "color",
"value": "#34a7c9",
"classes": [
"fullSize"
]
},
{
"type": "text",
"value": "ACCEPT",
"fontColor": "#f3f3f3",
"scaleType": "alignLeft",
"fontSize": "20pt",
"constraints": [
{
"type": "pos",
"x": "10pt",
"y": "0",
"anchor": "w",
"relativeAnchor": "w"
},
{
"type": "size",
"height": "30pt"
}
]
},
{
"type": "checkBox",
"name": "acceptBox",
"form": "form",
"formDataKey": "accept",
"constraints": [
{
"type": "pos",
"x": "-10pt",
"y": "0",
"anchor": "e",
"relativeAnchor": "e"
},
{
"type": "size",
"height": "20pt",
"width": "20pt"
}
]
}
]
}