//! Events emitted by a [`struct@super::CheckBox`].
//!
//! Implement [`CheckBoxEvents`] on a window (or other parent) to react when the
//! checked state changes.
use crate::;
use CheckBox;
/// Events from a [`struct@super::CheckBox`].
///
/// Implement this on a window to react when the checked state changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub