unselectedValue for checkbox type doesn't seem to work
unselectedValue for checkbox type doesn't seem to work
I have tried creating a boolean field that will return true/false depending on whether it's checked, but I'm having no luck. I've tried setting separator to ''
, ' '
and '|'
as well as unselectedValue
to 0
, false
and 'false'
but it always POSTs to the server as an empty value.
This discussion has been closed.
Replies
What version of Editor are you using? Also, can you link to the page showing the issue so I can debug it please?
Thanks,
Allan
Nevermind, I can't reproduce in a simple example. It must be something weird in my app. I have a workaround, so it's not a problem.