[−][src]Type Definition iced_graphics::widget::radio::Radio   
type Radio<Message, Backend> = Radio<Message, Renderer<Backend>>;
A circular button representing a choice.
This is an alias of an iced_native radio button with an
iced_wgpu::Renderer.