odoo/odoo#189347

Created by fw-bot
Merged at 30c5667f28e55b28e6a0ab36bb1fe1c2d5d8d28e

Statuses:

label
odoo-dev:master-pos_pc1-J3zB-fw
head
3591c13e5b769936457e50a16907aa95dee7f872
merged
9 months ago by POS IoT, Joseph Caburnay (jcb)
odoo/odoo
18.0 #189301
saas-18.1 #191650
saas-18.2
saas-18.3
saas-18.4
19.0
master #189347

[FW][FIX] point_of_sale: added label for radio product attribute

Description of the issue/feature this PR addresses:
Ensures proper association between <span>elements and corresponding <input> elements by making the <span>act as a label for better accessibility and user experience.

Current behavior before PR:
The <span> displaying the attribute name is not linked to the corresponding <input> radio button. Users must click the radio button itself to select an option.

Desired behavior after PR is merged:
The <span>acts as a clickable label for the corresponding <input> radio button, allowing users to click either the text or the radio button to select an option. This improves accessibility and enhances the user experience.


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #189301