Skip to content

RadioEntry

from slint.language import RadioEntry
python

Represents one option in a RadioGroup.

text: str

Label shown next to the radio button.

disabled: bool

When true, this option is visible but not selectable.


© 2026 SixtyFPS GmbH