Can I make the checkbox bigger

  • JMCGroup
    Asked on August 22, 2019 at 3:43 AM
    3) Can i make the checkbox bigger
  • Victoria_K
    Replied on August 22, 2019 at 3:50 AM

    As far as I understand, you need to make this boxes bigger:

    Can I make the checkbox bigger Image 1 Screenshot 30

    Here is the CSS code to inject:

    input[type='checkbox'] {

      zoom: 2;

    }

    How-to-Inject-Custom-CSS-Codes

    Can I make the checkbox bigger Image 2 Screenshot 41

    Hope this helps! But, please get back to us if you need further assistance.