fires on changing the value of a control
change: (value: {[id: string]: boolean | string}) => void;
Parameters:value: object
- the current value of the control. The object contains a set of key:value pairs where key is the id of a checkbox and value is the value/state of the checkbox.Example
form.getItem("CheckboxGroup").events.on("change", function(value) {
console.log("change", value);
});
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4