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