Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
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
Yes, that's correct. Plese icnlude into less file.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |