#ifndef _olcheckbox_ #define _olcheckbox_ #include typedef struct olcheckbox olcheckbox; struct olcheckbox : button { boolean value; void Action(boolean val); void setvalue(boolean val); }; #endif