pub trait RadioToolButtonExt: 'static { // Required method fn get_group(&self) -> Vec<RadioButton>; }