We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The ASP.NET MVC Checkbox is a custom checkbox-type HTML5 input control for selecting one or more options from a list of predefined choices. It supports an indeterminate state, different sizes, custom labels and positions, and UI customization.


Checkbox states

A single checkbox consists of toggle states for performing check and uncheck actions. To prevent the toggling of a checkbox value, you can use the disable option.


Tri-state or indeterminate checkbox

The ASP.NET MVC Checkbox control also features a built-in indeterminate state for option selections.


Checkbox size

You can use different checkbox sizes, default and small, as required in your application.


Label for checkbox

Add a label to define the ASP.NET MVC Checkbox control’s caption. You can caption the checkbox and position the label either before or after the checkbox.


Custom or fancy checkbox

The checkbox UI (frame and icons) can be completely customized.


Forms support

Seamlessly supports HTML forms, and reactive forms.


Built-in themes

The ASP.NET MVC Checkbox control supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.


Other supported frameworks

The Checkbox component is also available in Blazor, React, Angular, JavaScript and Vue frameworks. Check out the different Checkbox platforms from the links below,


Web accessibility

  • Fully supports WAI-ARIA accessibility standards to work with screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Designs UI element visuals such as foreground color, background color, line spacing, text, and images based on WCAG 2.0 standards.
  • Supports right-to-left (RTL) text direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

ASP.NET MVC Checkbox Code Example

Easily get started with the ASP.NET MVC Checkbox using a few simple lines of C# code example as demonstrated below. Also explore our ASP.NET MVC Checkbox Example that shows you how to render and configure a Checkbox in ASP.NET MVC.

@using Syncfusion.EJ2

@section ControlsSection{
    <div class="control-section">
        <div class="checkbox-control">
            <div class="row">
                @Html.EJS().CheckBox("checked").Change("onChange")
.Checked(true).Label("CheckBox:true").Render()
            </div>
            <div class="row">
                @Html.EJS().CheckBox("disabled").Checked(true).Label("CheckBox,Disabled").Disabled(true).Render()
            </div>
            <div class="row">
                @Html.EJS().CheckBox("indeterminate").Indeterminate(true).Disabled(true).Label("Intermediate,Disabled").Render()
            </div>
        </div>
    </div>
}

<script>
    function onChange(args) {
        this.label = 'CheckBox: ' + args.checked;
    }
</script>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;

namespace EJ2MVCSampleBrowser.Controllers.Button
{
    public partial class ButtonController : Controller
    {
        public ActionResult Checkbox()
        {
            return View();
        }
    }
}



85+ ASP.NET MVC UI CONTROLS

Frequently Asked Questions

Syncfusion ASP.NET MVC Checkbox provides the following features:

  • Provides tristate support like for checked, unchecked and indeterminate states.
  • Seamlessly supports HTML and reactive forms.
  • Allows for flexible UI customization.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Touch-friendly and responsive UI.
  • One of the best ASP.NET MVC Checkbox in the market that offers feature-rich UI to interact with the software.
  • Extensive demos and documentation to learn quickly and get started with ASP.NET MVC Checkbox.

You can find our ASP.NET MVC Checkbox demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile