How to make checkbox toggle in product edit form
I add attribute to special product like this $eavSetup->addAttribute( Product::ENTITY, ‘dynamic_price’, [ ‘group’ => ‘Gift Card Information’, ‘label’ => ‘Dynamic Price’, ‘type’ => ‘boolean’, ‘input’ => ‘checkbox’, ‘prefer’ => ‘toggle’, ‘frontend’ => ”, ‘backend’ => ‘MagentoEavModelEntityAttributeBackendArrayBackend’, ‘class’ => ”, ‘source’… Read More »How to make checkbox toggle in product edit form