Introduction
Slide Toggle provides a 'Checkbox' like experience using a slider

Fields#
| Name | Description |
|---|---|
| On Text | Text to display when 'on' |
| Off Text | Text to display when 'off' |
| Slider Area | Transform holding the slider |
| Handle Container | Transform holding the handle |
| Slide Duration | Seconds required to change state |
| On Value Changed | Event raised when on/off state changes. |
| On Checked | Event raised when state becomes on. |
| On Unchecked | Event raised when state becomes off. |
Properties#
| Name | Description |
|---|---|
| isOn | Gets/Sets the on/off state. |
| text | Gets/Sets text |
| textHandler | Returns the TextCarousel object displaying text |