how can we disable choice in checkbox.
i have tried with enableIf but it is not working.
any help will be appropriated.
eg.
{
"type":"checkbox",
"name":"kids",
"title":"how many kids do you have?",
"choices":[
{ "value" : "1", "text" : "1","enableIf":true},
{ "value" : "2", "text" : "2","enableIf":false}
]
}