EDIT: works fine, when I escape the content so:
"{ ""Y"": """" , ""N"": """" }"
Unfortunately, chkboxType property throws error when I set the value as following:
"{ 'Y':' ' , 'N': ' ' }"
Maybe there is something I do not do correctly with the setting:
it works fine, when I put in the default
"{ 'Y':'ps' , 'N': 'ps' }"
What are you trying to achieve with that value?On the Demo you can play with all possible values, have you checked it ?
The Switches will affect that value, and in the demo you can see the values accepted.
Hi Pedro,
yes, I did exactly that and copy-pasted. Didn't work, until I set the value to:
Borislav Shumarov have you tryied the following ?
"{ 'Y':'' , 'N': '' }"
Cause the string you said it was working with escaping does not have any spaces :
Which is different from your first attempt that was:
Pedro, yes, I tried that first, it still didn't work. You can try it yourself and confirm, if you by contrast, can achieve the desired output. It could be helpful for the others ;)