Add toggle functionality to web extension

This commit is contained in:
Cecylia Bocovich 2019-06-26 20:21:44 -04:00
parent ead579a6e9
commit 799a13d385
5 changed files with 37 additions and 3 deletions

View file

@ -12,9 +12,9 @@
<p></p>
</div>
<div class="b toggle">
<label>Turn Off</label>
<label id=toggle>Turn On</label>
<label class="switch">
<input type="checkbox" checked>
<input id="enabled" type="checkbox"/>
<span class="slider round"></span>
</label>
</div>