The example list all available input controls inside Inputs package and show how to use them.
Single option
Multiple options
Single handle, value=50
With scale with 2 handles, values=(20,80)
* Please try to change form and submit, you will see the form values are persistent through form post. Below are values that archived from $params
$params
{ "dateRange": [ "2026-01-19 00:00:00", "2026-01-19 23:59:59" ], "textBox": "KoolReport is great", "select": "", "multiSelect": [], "radioList": "", "checkBoxList": [], "startDatePicker": "2026-01-19 00:00:00", "endDatePicker": "2026-01-19 23:59:59", "rangeSliderOne": [ 50 ], "rangeSliderTwo": [ 20, 80 ] }