Checkbox not getting ticked

Checkbox is not getting clicked . Tried using click, clickAt and clickandwait commands. Also added value 0,1,2… or T still no luck. When value 0 is added checkbox is getting ticked unticked.
Please find below json response ::

{
“Command”: “click”,
“Target”: “id=submitcontinue”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “id=eula-check”,
“Value”: “on”
},
{
“Command”: “captureEntirePageScreenshot”,
“Target”: “end user agreement”,
“Value”: “”
},
{
“Command”: “click”,
“Target”: “id=eula-check”,
“Value”: “T”
}
]
}
checkbox is ticked and then unticked.

element:

Can someone please help me here?

Regards,
Dhanashree

Post url of websites please