forms::radio_list

Structs

RadioList

A radio list control, delegating to a platform-specific native control.

Properties

background

Type: Property<Color>

Radio button background color when unchecked.

background_checked

Type: Property<Color>

Radio button background color when checked.

outline

Type: Property<Stroke>

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

Type: Property<TextStyle>

Text style for option labels.