Below is the code snippet for radio button. Requirement is screen reader should read it like a βFor an insurance cover of $75,000, the monthly premium is $29.80. Radio button.β
<input class="form-input" type="radio" id="rb_0" name="insuranceOptionTab1" value="3">
<label class="form-label" for="rb_0"><span class="bold-one-click">$75,000</span> | $29.80</label>
Is there any way I can implement the custom message in accessibility.