Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [checkbox]

Filter by
Sorted by
Tagged with
0 votes
1 answer
162 views

How can I change on magento 2.4.7 checkout page the default "isAddressSameAsShipping" checkbox to be uncheck by default?
beata's user avatar
  • 21
0 votes
1 answer
46 views

Select objects to log actions when any admin users perform in the backend how to do? system.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/...
Ravindrasinh Zala's user avatar
0 votes
1 answer
131 views

I'm trying to get the customer to choose the shipping because many people just continue without checking the shipping method. We need it to not already be checked and be required. What do I need to ...
Jan-petter Havna's user avatar
0 votes
1 answer
288 views

I add attribute to special product like this $eavSetup->addAttribute( Product::ENTITY, 'dynamic_price', [ 'group' => 'Gift Card Information', '...
Nghia Hoang Trong's user avatar
0 votes
1 answer
285 views

I want to check this checkbox 'checked' => true nothing change. How can I check this automatically? Please help. public function afterProcess(\Magento\Checkout\Block\Checkout\LayoutProcessor $...
Andreja Vidovic's user avatar
0 votes
1 answer
440 views

I'm starting to try to program in Magento. I have a problem creating a category tree in the configuration of my module. I want to be able to choose a category. More than one. Just like in the photo ...
Przemysła Góra's user avatar
0 votes
1 answer
121 views

Just needed to add a popup modal when the checkbox is ticked and post the values to the controller.
Praveen C's user avatar
0 votes
0 answers
69 views

This is my component field <field name="is_campaign_plp" formElement="checkbox"> <argument name="data" xsi:type="array"> <...
Clong's user avatar
  • 1,344
0 votes
1 answer
762 views

How to add custom checkbox before place order button in Magento 2 in Pay by credit or debit card Payment Method (Take-payment). And the checkbox is required so if any user not checked the checkbox the ...
Prits's user avatar
  • 664
-1 votes
1 answer
621 views

I want to remove GDPR checkbox in Magento 2 Login Page. I want to remove that checkbox from login page it will come from ( app/design/frontend/Mgs/claue_child/MGS_GDPR/templates/customer/form/login....
Prits's user avatar
  • 664
0 votes
1 answer
618 views

I created two checkboxes i magento checkout in billing address section. Checkboxes name "Firma" and "Osoba prywatna". My custom module allow me to create only checkboxes but I ...
Mateusz's user avatar
  • 45
0 votes
0 answers
194 views

I have one check box on the top of the page. scenario: I want to check all checkboxes on each line by just clicking that top check box and uncheck all the checkboxes on each line by unchecking that ...
Muhammad Ali's user avatar
0 votes
1 answer
398 views

I try to add a new checkbox for the user agreements. The checkbox is showing in the checkout fine, but it is not required. Whats the official way to make it required? THEME\Magento_Checkout\layout\...
Black's user avatar
  • 3,409
0 votes
1 answer
788 views

In checkout, we have enabled the "Terms and conditions" pop up and my requirement is to show the tick mark after closing the pop-up but right now it is happening only when we click the ...
Script Host's user avatar
1 vote
0 answers
629 views

I have created some steps in Magento 2 and added a checkbox on one step and added required validation for the same. Validation works perfectly if it is not checked it will not go further but if it is ...
Prits's user avatar
  • 664
0 votes
1 answer
403 views

Thought this would be simple however having some difficulty. I want to uncheck a radio button, and even checkboxes, however, have achieved checkboxes with just simulated clicks. The below I have tried:...
harri's user avatar
  • 5,565
1 vote
0 answers
28 views

I'm trying to add/remove data based on a checkbox. I can't figure out how go get the value to get through to the function. My console is logging a list of my observed variables. Any idea how to pass ...
web master's user avatar
1 vote
1 answer
1k views

I want to add a multi checkbox of days of the week to the checkout, similar to: Following the instructions on the Magento Docs - Add a new input form to checkout I have added the following item to my ...
Richard Parnaby-King's user avatar
0 votes
2 answers
1k views

I know that there is basic functionality, but it does not suit me. How to display my template under the form with the link to the privacy-policy page? Or tell me how to do it right. I need a ...
ann karsksya's user avatar
2 votes
1 answer
1k views

https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-checkbox.html devdocs says default value is false but there is no clue how to turn it to true. Anyone know what to add in xml file ...
Long Nguyen's user avatar
0 votes
0 answers
234 views

I am not able to check and uncheck a Checkbox value and save in edit page in Magento2: My input field: <label class="check_tick">Shipping <input type="checkbox" name="...
Amy's user avatar
  • 945
2 votes
2 answers
625 views

I need to change the multi-select attributes in the admin product edit form to multiple checkbox attributes. Is this possible?
Radhu's user avatar
  • 179
1 vote
0 answers
171 views

I have added a custom checkbox to my magneto cart page for gift message. I want to add value 1 to the gift_message table's "remove_tag" column (which i added) if the checkbox is checked. How can i ...
Nikita's user avatar
  • 11
0 votes
0 answers
179 views

I have init js and corresponding template in checkout_index_index (after payment method). In that template, I have added on checkout after the payment methods. If I checked the checkbox, I have ...
Mahi M's user avatar
  • 2,538
1 vote
0 answers
190 views

I am using Magneto2.3.1 and i need to customize the default magento compare link on detail page. I want to show checkbox with compare label and if i checked than product compare successfully and if ...
Rv Singh's user avatar
  • 1,615
1 vote
0 answers
67 views

I have used Aheadworks_OneStepCheckout and I added some checkbox. However, I can't get the value of the checkbox. My code: /** * Copyright 2019 aheadWorks. All rights reserved. * See LICENSE.txt ...
the light's user avatar
  • 738
3 votes
1 answer
2k views

On Magento 2.2.3 and I have an issue regarding the terms and conditions validation on checkout. If you have two different payment methods, you select the one you click place order you will have the ...
magentodev's user avatar
1 vote
1 answer
573 views

For payment methods using vault, the id generated for term's checkbox is duplicated as the payment method name is same. /** * build a unique id for the term checkbox * * @...
Sejal Shah's user avatar
  • 2,193
0 votes
0 answers
588 views

I am using Magento2.2.6 Our requirement is attribute filter with checkbox display on left side layer navigation inside.Not page reload Ajax using filtering.If anyone idea and if this functionality ...
Rv Singh's user avatar
  • 1,615
2 votes
2 answers
3k views

I'm working on creating a custom checkbox with an event <div class="field tcagreecreateaccount required"> <div class="control"> <input type="checkbox" id="...
prabhakaran7's user avatar
  • 1,135
3 votes
0 answers
308 views

I'm struggling to make my custom checkbox a required on the onepage checkout page in the order review step (last step) i have added my code in app/design/frontend/base/default/template/checkout/...
K Kazadi's user avatar
2 votes
2 answers
3k views

How do I add dinamically add multiple checkbox bellow the a field This is how you add one checkbox bellow a field <fieldset name="field_set_name" sortOrder="100"> <settings> ...
Juliano Vargas's user avatar
3 votes
1 answer
409 views

I have created a custom attribute for customer using below code. setup/installData.php $customerSetup->addAttribute(\Magento\Customer\Model\Customer::ENTITY, 'samsung', [ 'type' => '...
kiran's user avatar
  • 617
2 votes
0 answers
206 views

I want to create customer custom attributes with following types: 1.radio buttons 2.checkbox Please provide me a solution to create customer custom attribute. If the checkbox contains more than 3 ...
gill's user avatar
  • 349
2 votes
0 answers
49 views

Checkbox for agree not work currently and always show this message. I think does this is javascript or Ajax conflict. Please agree to all the terms and conditions before placing the order.
Boris Pop Gorgiev's user avatar
2 votes
2 answers
858 views

I have created a new small module to add a checkbox on last step of order process: The value will transfer over payment JSON: In the generated PaymentExtensionInterface I have the getter and setter ...
Michael's user avatar
  • 71
0 votes
0 answers
50 views

I am using magento 2.1 In layered navigation, I want to display select all same as below screenshot.
kiran's user avatar
  • 617
0 votes
2 answers
2k views

I wish to create customer custom attributes with following types: 1.radio buttons 2.checkbox 3.dropdowns Please provide me a solution to create customer custom attribute.
Jaisa's user avatar
  • 2,640
1 vote
1 answer
741 views

I want to add a custom checkbox just above the place order button. The user should be allowed to click the Place Order button only after the checkbox is checked. Thanks in advance!
Mohsin's user avatar
  • 41
1 vote
0 answers
356 views

I wanted to add custom Input Checkbox Type in product custom option and I have followed bellow link in order to add the type. This is working fine as default value (always associated/added to the ...
Mr. Nanhe's user avatar
  • 139
0 votes
0 answers
107 views

How to add custom compare button with check-box. The page should be not refreshing. Please check below screenshot My Magento v2.0.17
Masud Shaikh's user avatar
  • 1,199
0 votes
1 answer
1k views

I am getting email address in the database with this function: protected $subscriberFactory; public function __construct( \Magento\Newsletter\Model\SubscriberFactory $subscriberFactory, ....
Ajwad Syed's user avatar
  • 1,601
0 votes
1 answer
752 views

I added a checkbox and i want to make the company required if that checkbox is checked, how can i do that? this is my js code define([ 'ko', 'uiComponent', 'jquery' ], function (ko, ...
butching's user avatar
  • 131
1 vote
1 answer
126 views

I have some custom attributes set in the customer information in the admin. I have a page setup with checkboxes which if checked should set these attributes to yes or no. I'm struggling with setting ...
Howliee's user avatar
  • 153
0 votes
1 answer
2k views

I want to add a checkbox with a required field. My code is : <div> <input class="input required-entry" type="checkbox" id="check" name="check" value="1" data-validate="{required:true, '...
gill's user avatar
  • 349
0 votes
1 answer
402 views

I want Checkbox required field I agree to the Terms and Conditions. I am using this code but it's not working.
kiran's user avatar
  • 617
1 vote
1 answer
1k views

I added my customer attribute. But I want to display these fields as checkboxes. I created checkbox in the frontend easily but the backend is not. And then save to the database. Please help me. Thanks....
Thanh TN's user avatar
  • 307
2 votes
1 answer
1k views

For admin form UI checkbox components that use the 'toggle' (like Catalog > Product > [product record] > Enabled) - I can see a few references to the UI component configuration using: <field name="...
dbcn's user avatar
  • 754
1 vote
0 answers
240 views

I would like to show a message when user select any specific custom option in Magento 1.9. I have two checkbox options: 'disposal' and 'installation'. Current Issue At the moment I can only show ...
YorkieMagento's user avatar
1 vote
1 answer
735 views

We would like to add a checkbox to the frontend login in order to redirect that login to the admin login in case the checkbox is checked. The redirection would login them in the backend login and ...
Raül's user avatar
  • 790