This is customized toggle component using only 2 button controls.
This has 6 custom properties, 4 input and 2 output :
Input
- TrueText : Text when "toggle" value is true (Text)
- FalseText : Text when "toggle" value is false (Text)
- Default : "toggle" state in default (Boolean)
- Disabled : If set true, "toggle" becomes disabled (Boolean)
Output
- Value : "toggle" state (Boolean)
- Pressed : If user click this toggle, then instantaneously show "true"
If you would like to change size or colors of this, please update properties of each buttons inside component.