#define check_box_width 16
#define check_box_height 16
static char check_box_bits[] = {
   0x00, 0x00, 0xfe, 0x3f, 0x02, 0x20, 0x02, 0xe0, 0x02, 0xe0, 0x02, 0xe0,
   0x02, 0xe0, 0x02, 0xe0, 0x02, 0xe0, 0x02, 0xe0, 0x02, 0xe0, 0x02, 0xe0,
   0x02, 0xe0, 0xfe, 0xff, 0xf8, 0xff, 0xf8, 0xff};
