Skip to content

ToggleButton events

PropertyTypeDescription
on_changefunction(optional) will be called on state changes made by the user. Returns a boolean and string { checked, value, event }

ToggleButton.Group events

PropertyTypeDescription
on_changefunction(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.