forms::radio_list
Structs
RadioList
A radio list control, delegating to a platform-specific native control.
Properties
background
Radio button background color when unchecked.
background_checked
Radio button background color when checked.
outline
Radio button outline stroke.
options
Type: Property<Vec<String>>
List of selectable option labels.
selected_id
Type: Property<u32>
Index of the currently selected option.
style
Text style for option labels.