Crestron Components Lib - Showcase App

ch5-toggle on/off label

ch5-toggle labelOn|labeloff

Allows defining string values for the on and off labels

<ch5-toggle
    label="Toggle"
    labelOn="On"
    labelOff="Off"    
    >
</ch5-toggle>