slint::language::RadioEntry Struct
struct RadioEntry;C++
#include <slint.h>C++
Represents one option in a RadioGroup.
Public Attributes
Section titled “Public Attributes”SharedString slint::language::RadioEntry::text
Label shown next to the radio button.
disabled
Section titled “ disabled”bool slint::language::RadioEntry::disabled
When true, this option is visible but not selectable.
© 2026 SixtyFPS GmbH