checkbox field in editor
checkbox field in editor
Hello,
I have the next checkbox with 2 posibles values "t" is checked and "f" is not checked:
[code]
{
"label": "Login ST",
"name": "login_status",
"type": "checkbox",
"ipOpts": [
{
"label": "",
"value": "t"
}
]
},
[/code]
When I save de form, in the database it save in blank. Why?
Than you!
I have the next checkbox with 2 posibles values "t" is checked and "f" is not checked:
[code]
{
"label": "Login ST",
"name": "login_status",
"type": "checkbox",
"ipOpts": [
{
"label": "",
"value": "t"
}
]
},
[/code]
When I save de form, in the database it save in blank. Why?
Than you!
This discussion has been closed.
Replies
Allan