//
 public void state_changed(bool is_on)
 {
     if (is_on && _manager != null)
     {
         _manager.select_item(id);
     }
 }