This document describes how to create a toggle switch in HTML and C# code to turn Wi-Fi networking on and off. It includes an HTML div element with data attributes to define a toggle control with a title of "Wi-Fi networking". It also includes XAML code for a ToggleSwitch control bound to a C# event handler that is called when the toggle is changed.