Crestron Components Lib - Showcase App

ch5-toggle: focus|blur event

ch5-toggle focus | blur event

Open the browser console to see the result of a Javascript event handler when the ch5-toggle is focus|blur . ( See JS tab )

Click anywhere in this pane, then try tabbing through the elements.



<p>Click anywhere in this pane, then try tabbing through the elements.</p>

<ch5-toggle
    id="demo"
    label="Retina"
    labelOn="On"
    labelOff="Off"
    >
</ch5-toggle>

<br><br>

<ch5-toggle
    id="demo2"
    label="Microphone"
    labelOn="On"
    labelOff="Off"
    >
</ch5-toggle>