Example of Switch in ASP.NET Core 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 this documentation section .