Radio buttons represent a group of mutually exclusive choices, compared to checkboxes that allow users to make one or more selections from a group. In use cases where only one selection from a group is allowed, use the radio button component instead of the checkbox.
Additionally add a small text help below your radio label if you need to better guide the user.