Required library edition:
Required library file: dhtmlxscheduler_editors.js
This type of editor creates a single checkbox in the header of the section. Body of the section is not displayed.
Here's the code snippet of how it could be added:
scheduler.config.lightbox.sections=[ // other sections { name:"checkme", map_to:"single_checkbox", type:"checkbox", checked_value: "registered", unchecked_value: "not_registered" } ];
Following options are used:
Example of how such editor looks like: