//! Create choices using radio buttons.
usecrate::support::iced::Renderer;pubuseiced_graphics::radio::{Style, StyleSheet};/// A circular button representing a choice.
////// This is an alias of an `iced_native` radio button with an
/// `iced_wgpu::Renderer`.
pubtypeRadio<Message>=iced_native::Radio<Message, Renderer>;