//! Collection of built-in widgets for the `rlvgl` toolkit.
extern crate alloc;
/// Clickable button widget.
/// Checkbox widget for boolean options.
/// Container widget for layout grouping.
/// Image display widget.
/// Text label widget.
/// Scrollable list widget.
/// Progress bar widget.
/// Radio button widget for mutually exclusive options.
/// Slider widget for numeric input.
/// Binary on/off switch widget.