Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
ysapiyev
Responsive Resident
Responsive 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

3 REPLIES 3
v-viig
Community Champion
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

pbicvsupport@microsoft.com

 

ysapiyev
Responsive Resident
Responsive Resident

@v-viig,

 

Should I add this code in style.less file?

v-viig
Community Champion
Community Champion

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

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.