Hi Tomas,
We have checked your reported
query, and using the CssClass property of
Checkbox component,
we can customize the background color of the checkbox. And we have some
in-built CSS classes for checkbox components. Kindly refer to the below UG link
for more details.
UG link: https://blazor.syncfusion.com/documentation/check-box/how-to/customized-checkbox
,
Query: I need change the color for checkbox when
the is checked, how can i change it?
Using the below class name, we can customize
the checkbox background color for checked state.
UG link: https://blazor.syncfusion.com/documentation/check-box/style-and-appearance
<style>
.e-checkbox-wrapper .e-frame.e-check {
background-color: red;
}
</style>
|
Get back to us if you need
any further assistance on this.
Regards,
YuvanShankar A