| 1 |
<?php |
| 2 |
/* panel for toggles tutorials */ |
| 3 |
?> |
| 4 |
<div class="container"> |
| 5 |
<div class="row"> |
| 6 |
<div class="columns one-third"> |
| 7 |
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/p-N3tKRXjL4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 8 |
<h3> |
| 9 |
Section forms or create optional toggled sections. Group toggle sections for either/or scenarios |
| 10 |
</h3> |
| 11 |
<ul> |
| 12 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=200s">00:03:20</a><span> - Sectioning your form</span></li> |
| 13 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=685s">00:11:25</a><span> - toggling optional sections</span></li> |
| 14 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=873s">00:14:33</a><span> - grouping toggled sections as either/or</span></li> |
| 15 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=1075s">00:17:55</a><span> - customising toggle switch labels</span></li> |
| 16 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=1175s">00:19:35</a><span> - styling custom toggles</span></li> |
| 17 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=1865s">00:31:05</a><span> - toggle usage in notification mails</span></li> |
| 18 |
<li><a href="https://www.youtube.com/watch?v=p-N3tKRXjL4&t=2000s">00:33:20</a><span> - optional grouped toggles</span></li> |
| 19 |
</ul> |
| 20 |
</div> |
| 21 |
<div class="columns one-third"> |
| 22 |
</div> |
| 23 |
</div> |
| 24 |
</div> |
| 25 |
|