We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9bf69 commit 382cac4Copy full SHA for 382cac4
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/option/checkbox.phtml
@@ -24,6 +24,7 @@
24
<?php else: ?>
25
<?php foreach ($_selections as $_selection): ?>
26
<div class="field choice">
27
+ <?php /** phpcs:disable */ ?>
28
<input class="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?> checkbox product bundle option change-container-classname"
29
id="bundle-option-<?= $block->escapeHtmlAttr($_option->getId()) ?>-<?= $block->escapeHtmlAttr($_selection->getSelectionId()) ?>"
30
type="checkbox"
0 commit comments