onChange

abstract var onChange: (event: MouseEvent<HTMLElement, *>, value: Any) -> Unit?(source)

Callback fired when the value changes.

Parameters

{any} value of the selected buttons. When exclusive is true this is a single value; when false an array of selected values. If no value is selected and exclusive is true the value is null; when false an empty array.