CheckBox Class
A class that displays a checkbox that allows you to select any number from multiple choices.
The CheckBox class works in tandem with the CheckItem class. To set the data to be displayed as a choice, you need to place the CheckItem class or its derived class objects in the structure defined under the CheckBox object.
Object structure
Screen display example
Printer output by Doc class
On the left side of the character string, ■ indicating the selected status or □ indicating the non-selected status is printed.
Default properties and ValueType
The default property is Value. The ValueType specification is invalid.
Restrictions when visual style is enabled
◆ The FgColor property is disabled and follows the OS theme.
Precautions when scaling
Nothing in particular

