Crestron Components Lib - Showcase App

ch5-toggle: dirty event

ch5-toggle dirty event

Fires if the component has feedbackMode='submit' and the user interacts with the control in a way that changes the value. ( See JS tab )

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