Onchange event
Plaese press F12, open the develop tools.
#### Settings ```javascript { onchange : function() { console.log("onchange =>", this, this.id, this.settings, this.state); // .... } } ```