Radio set

textual_wizard.inputs.RadioSet
Bases: InputType, Generic[FieldValueType]
Allows the user to select a value within a predefined list of options.
| PARAMETER | DESCRIPTION |
|---|---|
name
|
The input identifier, used as key in the returned
TYPE:
|
label
|
The title of the input, displayed to the user.
TYPE:
|
options
|
A list of options that can be selected by the user. An option is represented by a string.
TYPE:
|
default_value
|
The default value of the input (str).
TYPE:
|