• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Switch in ASP.NET MVC Button Control

This sample demonstrates the default functionalities of a Switch. Click the Switch element to toggle between checked and unchecked states.

DEMO
SOURCE

Hotspot & tethering

The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.

In this sample, checked state is achieved by using the checked property, and disabled state is achieved by using the disabled property.

More information on Switch can be found in the documentation section .