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 Core Toggle Switch Button control is a custom HTML5 input-type checkbox control that allows you to perform a toggle (on/off) action between checked and unchecked states. It supports different sizes, labels, label positions, and UI customization.


Toggle on-off states

A single switch consists of a toggle state that can be checked and unchecked. To prevent the toggling of a switch, you can disable it.


Change switch size

You can use default or small switch sizes.


Customization

The ASP.NET Core Toggle Switch Button control appearance (bar and handle) has support for complete customization. A switch can contain text to represent the checked and unchecked states (on-off). Customize it to make the look and feel like:

  • Windows Switch
  • iOS Switch
  • Android Switch

Forms support

Seamlessly supports HTML forms, template-driven forms (Angular), and reactive forms.


Right to left (RTL)

The Toggle Switch Button supports right-to-left (RTL) text direction for users working with RTL languages like Hebrew, Arabic, or Persian.

ASP.NET Core Toggle Switch Button In Various RTL


Built-in themes

The ASP.NET Core Toggle Switch Button supports several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and high contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.

ASP.NET Core Toggle Switch Button In Various Themes


Other supported frameworks

Toggle Switch Button is also available in Blazor, Angular, React, Vue, and JavaScript frameworks. Check out the different Toggle Switch Button platforms from the links below,


Web accessibility

  • Fully supports WAI-ARIA accessibility to work with on-screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • In Switch, the space key toggles states between checked and unchecked.
  • The UI element visuals such as foreground color, background color, line spacing, text, and images are designed based on WCAG 2.0.
  • The Toggle Switch Button supports right-to-left (RTL) text direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

ASP.NET Core Toggle Switch Button code example

Easily get started with ASP.NET Core Toggle Switch Button using a few simple lines of HTML and TS code example as demonstrated below. Also explore our ASP.NET Core Toggle Switch Button Example that shows you how to render and configure the ASP.NET Core Toggle Switch Button.

<div>
      <label for="checked" style="padding: 10px 70px 10px 0"> USB Tethering </label>
      <ejs-switch id="checked" checked="true"></ejs-switch>
</div>
using Syncfusion.Windows.Forms.Tools;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
      public Form1()
      {            
            InitializeComponent();
            ToggleButton toggleButton = new ToggleButton();
            toggleButton.Location = new System.Drawing.Point(283, 178);
            toggleButton.Size = new System.Drawing.Size(100, 40);
            this.Controls.Add(toggleButton);
      }
   }
}



85+ ASP.NET CORE UI CONTROLS

Frequently Asked Questions

  • Toggling between checked and unchecked states.
  • Support for different sizes, labels, and label positions.
  • Rich UI interaction and UI customization.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Touch-friendly and responsive UI.
  • One of the best ASP.NET Core Toggle Switch Button 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 Core Toggle Switch Button.

You can find our ASP.NET Core Toggle Switch Button demo, which demonstrates how to render and configure the Toggle Switch Button.

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