Selection list

textual_wizard.inputs.SelectionList
Bases: InputType, Generic[FieldValueType]
Allows the user to select multiple options within a predifined list, similar to a checklist.
| 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 the tuple (display string, value, selected by default?)
TYPE:
|