Skip to content

Commit bd4622f

Browse files
Merge pull request #1564 from stefan-dragomir/ens37130/FORMS-18645
FORMS-18645: Desktop, RWD Tablet, RWD Mobile - Group of radio buttons not associated with group label @sunnym @vavarshn
2 parents 77b000c + b69e55b commit bd4622f

File tree

1 file changed

+1
-1
lines changed
  • ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/radiobutton/v1/radiobutton

1 file changed

+1
-1
lines changed

ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/radiobutton/v1/radiobutton/radiobutton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
value="${item.toString}"
5050
disabled="${!radioButton.enabled || radioButton.readOnly}"
5151
checked="${radioButton.enums[itemList.index] == radioButton.default[0]}"
52-
/>
52+
aria-label="${radioButton.label.value}: ${radioButton.enumNames[itemList.index]}"/>
5353
<span>${radioButton.enumNames[itemList.index] @ context = 'html'}</span>
5454
</label>
5555
</div>

0 commit comments

Comments
 (0)