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`.**

21 lines (17 loc) 606 B
<div class="switch"> <input id="exampleCheckboxSwitch" type="checkbox"> <label for="exampleCheckboxSwitch"></label> </div> <h4>Rendered Radio HTML</h4> <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>