mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 14:32:01 +00:00
a27f9cf25d
There were cases in which this component was used and its `checked` state wasn't properly emitted to the underlying component. This commit fixes that by ensuring the `MouseArea` only alters the radio button's `checked` state and let the radio button handle the event propagation.