Forum Discussion

ysapiyev's avatar
ysapiyev
Responsive Resident
8 years ago

How to resize checkbox

Hi everyone,

 

I wanted to create visual with checkbox, however, all checkboxes I found are small. How they can be resized? Size attributes alteration did not help.

 

Regards,

Yerkhan

3 Replies

  • v-viig's avatar
    v-viig
    Community Champion

    Hello ysapiyev

     

    Please use this CSS code to increase checkbox's size:

     

    input[type=checkbox] {
      transform: scale(1.5);
    }

    Ignat Vilesov,

    Software Engineer

     

    Microsoft Power BI Custom Visuals

    [email protected]

     

      • v-viig's avatar
        v-viig
        Community Champion

        Yes, that's correct. Plese icnlude into less file.

         

        Ignat Vilesov,

        Software Engineer

         

        Microsoft Power BI Custom Visuals

        [email protected]