woocommerce/plugins/woocommerce-blocks/assets
Maikel Perez 640a6ca439
CheckboxList and CheckboxControl: Label htmlFor and Input id should be unique (#50566)
* Extract the checkbox list option logic into its own component
This allows to generate a dynamic id per option so it never repeats in the entire document.

* Add changelog file

* Move CheckboxListOptionControl to its own file

* Add value to the checkbox control to be aligned with the native input type=checkbox element. And also use it to get the correct checkbox by value in unit tests

* Because checkboxes not longer have fixed ids, now we use their value to lookup for them instead

* Updating snapshots since the checkboxes ids are now autogenerated
2024-08-12 12:33:17 -04:00
..
css Remove IE11 specific styles (#49027) 2024-07-04 05:28:26 -07:00
js CheckboxList and CheckboxControl: Label htmlFor and Input id should be unique (#50566) 2024-08-12 12:33:17 -04:00