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">
<input type="radio" name="rbGroup" id="rb1-disabled" value="xyz" disabled>
<label for="rb1-disabled">
<span class="input-control"></span>Radio label - disabled
</label>
</div>