[][src]Type Definition iced::widget::radio::Radio

type Radio<Message> = 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.