kitControl-BooleanSelect
This component passes one of multiple inputs to a component’s Out property. The component’s Select property chooses the input. From three to 10 inputs can be specified.
BooleanSelect is available in the Select folder of the kitControl palette.
All select objects require an enumerated input to perform the selection—the four select object types differ only by the type of input data selected and passed to the out slot.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to true and false) | Defines the text to display for each Boolean value. 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. This configuration affects the Out property value. |
| Select | number (defaults to zero(0)) | Selects one of the 10 input values to be transferred to the output. |
| Out | read-only StatusBoolean true or false (default) | Provides a Boolean output value for linking into a component. false indicates no input values. true indicates at least one input value. |
| In A through In J (10 inputs) | true or false (default) | Define the selected Boolean input values and null definition. |