SCRIPT
Код: Выделить всё
function yesnoCheck() {
if (document.getElementById('yesCheck').checked) {
document.getElementById('ifYes').style.visibility = 'visible';
} else {
document.getElementById('ifYes').style.visibility = 'hidden';
}
Код: Выделить всё
Yes
No
If yes, explain:
What can we do to accommodate you?
other 3
other 4
Вот скрипт:

Подробнее здесь: https://stackoverflow.com/questions/176 ... -selection
Мобильная версия