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

Example of Switch in ASP.NET Core Button Control

Click the submit button to post the current state of the Switch. When submitting the Switch in `off` state, validation error message will be shown by using Data Annotation.

DEMO
SOURCE

This sample demonstrates For extensions tag helper support in Switch. You can bind model property to the Switch by adding an attribute `ejs-for` and assign model property to it. While submitting form, the model property will be based on checked state of the Switch.

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