Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<asp:CheckBox ID="CheckBox1" runat="server"/>
<input id="CheckBox1" type="checkbox" name="CheckBox1" />
<asp:CheckBox ID="CheckBox1" runat="server" Text="Test" />
<input id="CheckBox1" type="checkbox" name="CheckBox1" /><label for="CheckBox1">Test</label>