Radio button events
Events | Description |
---|---|
on_change | (optional) will be called on state changes made by the user. Returns a boolean and string { checked, value, event } . |
Radio events
Events | Description |
---|---|
on_change | (optional) will be called once a Radio button changes the state. Returns an object { value, event } . |