YOUR ACCOUNT

Remapper (IntSlider Control to Checkbox)

This remapper lets you specify how the IntSlider control affects the target checkbox input. The remapper is visible only when Use Remapping is turned on in the properties of the IntSlider control component. For more information on how remapping works, see Remappers.

The remapper works as follows: it takes Value provided by IntSlider as a percentage within the actual range of IntSlider (see IntSlider for more information on how its actual range is calculated). If that percentage 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 IntSlider 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.

Threshold

Defines the threshold percentage. If Value provided by IntSlider comprises a higher percentage of its actual range than specified by Threshold, the target checkbox will become 'checked', otherwise it will stay 'unchecked'. The resulting checkbox state is also affected by Invert.

Invert

When turned on, inverts the resulting checkbox state.