pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl { fn toggled(&self, check_button: &Self::Type) { ... } }