The Radio Button is used to make it possible to choose one of several options which are mutually exclusive. The options are represented in a group one above the other and have circular buttons on the left of each option. When the user selects one of the option a dot appears inside the button.
React Radio Button features
The radio button can be styled and the colors can be changed. You can also use one of the available themes.

The Radio Button support events showing which button was checked and which unchecked.
Keyboard navigation and right to left layout are also supported.
You can see an example here.