.NET MAUI - Switch
The .NET Multi-platform App UI (.NET MAUI) Switch
control is a horizontal toggle button that can be manipulated by the user to toggle between on and off states, which are represented by a boolean
value.
This sample demonstrates how to use a .NET MAUI Switch
.
For more information about this sample, see .NET MAUI Switch.