radiobuttonid
A radio button is a graphical user interface (GUI) element that allows a user to choose one option from a set of mutually exclusive options. When presented in a group, only one radio button within that group can be selected at any given time. Clicking on a different radio button in the same group automatically deselects the previously selected one. This behavior is fundamental to scenarios where a single choice must be made from a predefined list, such as selecting a gender, choosing a shipping method, or setting a preference level.
In web development, radio buttons are typically implemented using the HTML input element with the type attribute