/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/checkbox.html
46 строк
1 KB
vsn4ik
Remove execute permission.
06 дек 2014, 02:14
06 дек 2014, 02:14
3830f65
Код
Авторство
О чём код?
<div class="ui form"> <div class="grouped inline fields"> <div class="field"> <div class="ui radio checkbox"> <input type="radio" name="fruit" checked="checked" /> <label>Apples</label> </div> </div> <div class="field"> <div class="ui radio checkbox"> <input type="radio" name="fruit" /> <label>Oranges</label> </div> </div> <div class="field"> <div class="ui radio checkbox"> <input type="radio" name="fruit" /> <label>Pears</label> </div> </div> <div class="field"> <div class="ui radio checkbox"> <input type="radio" name="fruit" /> <label>Grapefruit</label> </div> </div> </div> <div class="field"> <div class="ui checkbox"> <input type="checkbox"> <label>Poodle</label> </div> </div> <div class="field"> <div class="ui toggle checkbox"> <input type="checkbox" name="pet" /> <label>Allow other people to pet my dog</label> </div> </div> <div class="field"> <div class="ui slider checkbox"> <input type="checkbox" name="pet" /> <label>Allow other people to pet my dog</label> </div> </div> </div>