Description:
- Duplicate id="default_instrument" breaks form behavior and accessibility.
Dev Tasks:
-Remove duplicate checkbox OR
-Assign unique ID + proper label
Step to Reproduce:
-Navigate to edit payment method
- Click label
- Only one checkbox toggles
Current Status:
Duplicate IDs → broken label + accessibility issues
Expected Behavior:
Unique IDs; both inputs function correctly
Theme File :
https://github.com/bigcommerce/cornerstone/blob/master/templates/pages/account/edit-payment-method.html#L46
Description:
Dev Tasks:
-Remove duplicate checkbox OR
-Assign unique ID + proper label
Step to Reproduce:
-Navigate to edit payment method
Current Status:
Duplicate IDs → broken label + accessibility issues
Expected Behavior:
Unique IDs; both inputs function correctly
Theme File :
https://github.com/bigcommerce/cornerstone/blob/master/templates/pages/account/edit-payment-method.html#L46