640a6ca439
* 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 |
||
---|---|---|
.. | ||
button | ||
checkbox-control | ||
checkbox-list | ||
chip | ||
form-step | ||
formatted-monetary-amount | ||
label | ||
panel | ||
radio-control | ||
radio-control-accordion | ||
sort-select | ||
spinner | ||
store-notice | ||
store-notices-container | ||
text-input | ||
textarea | ||
title | ||
totals | ||
totals-wrapper | ||
validation-input-error | ||
index.ts |