Radio
A Radio Button lets users select a single option from a group.
Use it within a Radio Button Group—individual usage is discouraged, as React may not track the checked
state reliably outside a group.
Controlled
Controlled radio button. Clicking the Radio button 1 does nothing, while clicking Radio button 2 changes both inputs.