DEV Community

Cover image for Model Binding in Blazor Checkbox and Radio Button Components
Arun for Syncfusion, Inc.

Posted on

Model Binding in Blazor Checkbox and Radio Button Components

Learn how easily you can work with native events and model binding in Blazor Checkbox and Blazor Radio Button components. We will explain how to use the components’ strongly typed extension support by binding the model class to the view and accessing its properties.

Product Overview: https://www.syncfusion.com/blazor-components/blazor-radio-button

Online Demo: https://blazor.syncfusion.com/demos/buttons/radio-button

Download an example from GitHub: https://github.com/SyncfusionExamples/model-binding-in-blazor-checkbox-and-radio-button-components

Refer to the following documentation to learn more about native events in the Blazor Checkbox component: https://blazor.syncfusion.com/documentation/check-box/native-event

Top comments (0)