Get BooleanSlider Value

Last modified: May 15, 2023

1 Description

Returns the current active text value from the BooleanSlider Widget.

2 Supported Widgets

  • BooleanSlider

3 Usage

Pass the name of the widget you want to get the value from.

4 Input Parameters

Name Datatype Required Description
Widget Name String Yes The name of the widget.

5 Return Value

Name Datatype Description
Value String The current active value of the widget.