Forum Discussion
ysapiyev
8 years agoResponsive Resident
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
v-viig
8 years agoCommunity 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
- v-viig8 years agoCommunity Champion
Yes, that's correct. Plese icnlude into less file.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals