1
edit
Changes
→Attributes: fixed _radio data type. Not sure if _flag should be changed too.
<big><syntaxhighlight lang="cpp">
int _flag;
char _format[4];
CLabel _Label;
*'''_format''' holds the characters, the Checkbox is drawn with (i.e. "[X]", "(O)", "<*>", etc...).
*'''_Label''' holds the Label attached to the this Checkbox
===Constructor / Destructor===
<big><syntaxhighlight lang="cpp">