Get BooleanSlider Value
Last modified: June 18, 2025
Description
Returns the current active text value from the BooleanSlider Widget.
Supported Widgets
- BooleanSlider
Usage
Pass the name of the widget you want to get the value from.
Input Parameters
| Name | Datatype | Required | Description |
|---|---|---|---|
| Widget Name | String | Yes | The name of the widget. |
Return Value
| Name | Datatype | Description |
|---|---|---|
| Value | String | The current active value of the widget. |