Both the `uui-radio-group` and `uui-radio` dispatch a 'change' event, which triggers the `#onChange` method twice. The `uui-radio` component is the one that contains the changed value, so updated the code to only use that.