Crestron Components Lib - Showcase App

ch5-toggle: handleShape

ch5-toggle handleShape

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

<br><br>

<ch5-toggle
    label="Oval"
    labelOn="On"
    labelOff="Off"
    handleShape="rectangle"    
    >
</ch5-toggle>