UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

24 lines (21 loc) 685 B
{{#markdown}} ```html <div class="switch"> <input id="exampleCheckboxSwitch" type="checkbox"> <label for="exampleCheckboxSwitch"></label> </div> <!-- Using radio buttons – each switch turns off the other two --> <div class="switch small"> <input id="exampleRadioSwitch1" type="radio" checked name="testGroup"> <label for="exampleRadioSwitch1"></label> </div> <div class="switch radius"> <input id="exampleRadioSwitch2" type="radio" name="testGroup"> <label for="exampleRadioSwitch2"></label> </div> <div class="switch round large"> <input id="exampleRadioSwitch3" type="radio" name="testGroup"> <label for="exampleRadioSwitch3"></label> </div> ``` {{/markdown}}