pub type ToggleCallback = Rc<dyn Fn(bool)>;
Callback type for toggle events (receives new state).
pub struct ToggleCallback { /* private fields */ }