ToggleButton
events
Property | Type | Description |
---|---|---|
on_change | function | (optional) will be called on state changes made by the user. Returns a boolean and string { checked, value, event } |
ToggleButton.Group
events
Property | Type | Description |
---|---|---|
on_change | function | (optional) will be called once a ToggleButton button changes the state. Returns an object { value, values, event } . <br /><br /> NB: values is only available if multiselect is used / true. |