Hello,<br><br>I can not get the CheckboxWidget to work...<br><br>(This page states it exists: <a href="http://opencms-wiki.org/Defining_OpenCMS_structured_XML_content">http://opencms-wiki.org/Defining_OpenCMS_structured_XML_content</a> )<br>

<br>I tried with OpenCmsString and OpenCmsBoolean (?) as type.<br><br>Here the exception when editing the classic structured content<br><br>Unable to unmarshal XML content definition schema "opencms://sites/mysite/page2.xsd".<br>


Reason: Invalid custom widget class "CheckboxWidget" for element 
"PublishedInBook" in content definition 
"opencms://sites/mysite/page2.xsd".<br>
Reason: CheckboxWidget<br><br>And later down then this:<br><pre><pre>Caused by: java.lang.ClassNotFoundException: CheckboxWidget</pre></pre><br>Here the config:<br><br>...<br><xsd:element name="PublishedInBook" type="OpenCmsString" /><br>

...<br><layout element="PublishedInBook" widget="CheckboxWidget" /><br>...<br><br>I use OpenCms 8.0.3 with PostgreSQL 9.1.<br><br>Thanks for any input,<br>Yves<br>