//! Checkbox widget — Standard, Visibility, LevelVisibility, Notification, Cross, CircleCheck.
//!
//! Self-contained:
//! - `types` — `CheckboxView`, `CheckboxConfig`, `CheckboxRenderKind`.
//! - `state` — `CheckboxState` (checked flag).
//! - `theme` — `CheckboxTheme` trait + `DefaultCheckboxTheme`.
//! - `style` — `CheckboxStyle` trait + `Standard/Visibility/LevelVisibility/NotificationCheckboxStyle`.
//! - `settings` — `CheckboxSettings` bundle.
//! - `render` — `draw_checkbox` dispatcher.
//! - `input` — `register_checkbox` helper.
pub use ;
pub use CheckboxState;
pub use ;
pub use ;
pub use CheckboxSettings;
pub use draw_checkbox;
pub use register_checkbox;