Input Widgets
Tags
Attributes
id
str
The identifier used to retrieve the widget value from the settings.
label
str
The label of the input widget.
initial
List[str]
The initial values of the input widget.
tooltip
str
The tooltip text shown when hovering over the tooltip icon next to the label.
description
str
The text displayed underneath the input widget.
Usage
Code Example