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

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to null units, a single decimal place, minimum=negative infinity, and maximum=positive infinity) | Selects units and configures how the value displays: units defines the unit of measure fromacceleration to volumetric flow. precision defines the number of decimal places. min defines the lowest value allowed. max defines the highest value allowed. This definition applies to the Out property value for this component. |
| Out | number (defaults to zero (0)) and null definition | 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. |