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
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.

We do not sell the ASP.NET MVC Checkbox separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the ASP.NET MVC Checkbox. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.

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

No, our 1,800+ components and frameworks for web, mobile, and desktop, including our ASP.NET MVC Checkbox, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Checkbox control alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.

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 No credit card required.

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