kitControl-StringSwitch
This component selects one of two StatusString inputs based upon the Boolean value at the StatusString input In Switch.
StringSwitch is available in the Util folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to blank ) |
Associates a key with one or more phrases. trueText configures the text to describe the state when the component returns true. falseText configures the text to describe the state when the component returns false. |
| Out | read-only StatusString true or false (default) | Displays the result of the selection. |
| In Switch | true or false (default) and null definition | Indicates which input value to select. |
| In True | true or false (default) and null definition | Returns string value for when In Switch is true. |
| In False | true or false (default) and null definition | Returns string value for when In Switch is false. |