Text, Number, Slider, Date, & Checkbox inputs
#
TextSimple text input that returns a string.
#
NumericSimilar to text, but returns a numeric with increment options.
#
SliderNumeric input with configurable minimum, maximum, and step size.
#
Date / TimeA calendar-based date picker that allows selection of dates and, optionally, times.
For the ability to use non-fixed dates, toggle on Show relative dates. Use the relative dates tab to select fixed time intervals relative to the current date.
Inputs are stored as datetime.datetime
objects and can be accessed as they would be normally (see Python documentation here).
#
CheckboxBoolean input (True/False). Optionally, can be configured as a toggle.