Skip to main content

Notifications

Custom Toggle control as Component

h-nagao Profile Picture Posted by h-nagao 392

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. 

 

customTgl-PowerApps-Microsoft-Edge-2019_05_09-21_18_06.gif

Categories:

Comments

*This post is locked for comments