Topic: Howto tick/untick Checkboxes using JSON ?
Hello
How can I tick¡/untick checkboxes using JSON ?
Thank your for your help and happy christmas
You are not logged in. Please login or register.
Pages 1
Hello
How can I tick¡/untick checkboxes using JSON ?
Thank your for your help and happy christmas
add checked state:
{
"property": {
"name": "root"
},
"state": {
"checked": "checked"
},
"children": [
{
"property": {
"name": "node1"
},
"state":{
"checked": "unchecked"
}
},
...Posts [ 2 ]
Pages 1
Powered by PunBB