Hi David,
Thank you for contacting Syncfusion support
We have checked your reported issue, we are not able to reproduce it in our end in the 18.1.045 version. Please check the below code snippet
|
@using Syncfusion.Blazor.Buttons
<SfCheckBox @bind-Checked="@CreateAccountBasicInfo.IsTaxExempt" Label="Tax Exempt?"></SfCheckBox>
@code{
public class CreateAccountBasicInfo
{
public static bool IsTaxExempt { get; set; }
}
} |
we would like to let you know the following details to proceed further.
1. Please provide any customization done in the code snippet
2. If possible, please share your issue reproducible sample.
Could you please provide the above requested information, based on that we will check and provide you a better solution quickly.
Regards,
Saranya D