طلب عرض سعر

اختر البرنامج

نشاط الشركة

برنامج المقاولات

الاستثمار العقاري

مصانع الورق

مطابع الاوفسيت والفلكسو

الصناعات الصغيرة

التجارة والتوزيع

الفاتورة الإلكترونية

الصالات الرياضية

اختر البرامج التي تريد الاستعلام عنه

    اختر البرامج التي تريد الإستعلام عنها

    $(document).ready(function() { // Assuming the checkbox you want to check has the ID "targetCheckbox" // $('#targetCheckbox').hide(); // Hide the target checkbox initially // Assuming the item you want to click has the class "formItem" $('#vokoitem1').click(function() { // Assuming the checkbox you want to check has the class "checkboxToCheck" var checkboxToCheck = $(this).find('.checkbox-842'); if (checkboxToCheck.is(':checked')) { checkboxToCheck.prop('checked', false); } else { checkboxToCheck.prop('checked', true); } }); });