pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl {
    fn toggled(&self) { ... }
    fn activate(&self) { ... }
}

Provided Methods§

Implementors§