This remapper lets you specify how the Slider control affects the target checkbox input. The remapper is visible only when Use Remapping is turned on in the properties of the Slider control component. For more information on how remapping works, see Remappers.
The remapper works as follows: if Value provided by the Slider control is greater than the Threshold value, the target checkbox becomes 'checked', otherwise it becomes 'unchecked' (when Invert is turned on, these states get reversed).
This remapper always has a connection warning displayed near it – this is because controlling checkbox inputs with Slider components produces non-intuitive filter controls and therefore is not recommended. Select the Connection Warning in the Filter Editor to see which control component would be more suitable for this situation.
Defines the threshold percentage. If Value provided by the Slider control is greater than the Threshold value, the target checkbox will become 'checked', otherwise it will stay 'unchecked'. The resulting checkbox state is also affected by Invert.
When turned on, inverts the resulting checkbox state.