#define radio_button_width 16
#define radio_button_height 16
static char radio_button_bits[] = {
   0xff, 0x0f, 0x01, 0x18, 0x01, 0x28, 0x01, 0x48, 0x01, 0x88, 0x01, 0x88,
   0x01, 0x88, 0x01, 0x88, 0x01, 0x88, 0x01, 0x88, 0x01, 0x88, 0xff, 0x8f,
   0x02, 0x90, 0x04, 0xa0, 0x08, 0xc0, 0xf0, 0x7f};
