Hi Peter,
Thank you for contacting Syncfusion support.
We have checked your reported requirement “To change the font size and checkbox size in listbox”. And we would like to let you know that your requirement can be achievable in EJ2 ListBox as like in the below code example.
Code Example:
/*for list customization*/
.e-css.e-checkbox-wrapper .e-frame{
height:20px;
width:20px;
line-height: 11px;
}
/*for checkbox customization*/
.e-listbox-wrapper{
font-size:20px;
} |
For your convenience, we have prepared the sample based on your requirement. Please find the link below.
Could you please check the above sample and get back to us, if you need any further assistance on this.
Thanks,
Christo