magento 2.4.5 set checked default checkbox
We have the following module in the vendor extending html vendor/GB/module-payment view/frontend/requirejs-config.js const config = { config: { mixins: { ‘VndorPayment_Magento2/js/view/payment/method-renderer/cc’: { ‘GB_Payment/js/view/payment/method-renderer/cc-mixin’: true }, in js js/view/payment/method-renderer/cc-mixin define([], function () { ‘use strict’; return function (CreditCard) { return CreditCard.extend({… Read More »magento 2.4.5 set checked default checkbox