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.
<html>
<body>
<style>
.borderbox {
border:3px dotted #000000;
}
</style>
<form name="test" >
<input type="checkbox" class="borderbox" checked>
</form>
</body>
</html>