The check box group is one of the presentation alternatives for a possible values list. This presentation has the advantage of being compact, but should only be used in cases where the set of possible values is known to always be small.
The check boxes can be arranged either horizontally or vertically.
The presentation will utilize ValueImageService and ValueLabelService, if present on the list entry's value property. The services must be attached to the value property's global service context.
This presentation does not activate automatically.
The following style codes will activate this presentation as long as the applicability conditions are met.
<property-editor>
<property>Colors</property>
<style>Sapphire.PropertyEditor.CheckBoxGroup.Vertical</style>
</property-editor>