Skip to main content

Attributes

str
The identifier used to retrieve the widget value from the settings.
str
The label of the input widget.
List[str]
Labels for the select options.
Dict[str, str]
Labels with corresponding values for the select options.
int
The initial value of the input widget.
int
Index of the initial value of the input widget. Can only be used in combination with ‘values’.
str
The tooltip text shown when hovering over the tooltip icon next to the label.
str
The text displayed underneath the input widget.

Usage

Code Example