Allows a user to select one option while seeing all available options
Describe the user’s selection that will be submitted with the form
Additional hidden text can be added to the label if context requires so.
<div class="input-control-container error">
<input type="radio" name="rbGroup" id="rb1-error" value="xyz">
<label for="rb1-error">
<span class="input-control"></span>Radio label - error
<span class="show-for-sr">Radio error message</span>
</label>
<span class="error-message" aria-hidden="true">Radio error message</span>
</div>