Is there a know issue with the defaultValue attribute for the
<netui:checkBox/> tag. I am unable to get it to honor any value whether
a String, primitive or Boolean object, and whether a literal or
databinding expression
The documentation looks like a cut and past from <netui:textBox/>. BTW:
the default value for textbox works just fine.
I should be able to do something like
<netui:checkBox dataSource="actionForm.registrationRequired"
defaultValue="${pageInput.communityPropertiesForm.registrationRequired}"
/>