Сообщение от рони
|
нет такой буквы!
|
Считай что есть
<html>
<head>
</head>
<body>
<input type="checkbox" onchange="this.nextElementSibling.disabled = this.checked;">
<input type="text">
<input type="checkbox" onchange="this.nextElementSibling.disabled = !this.checked" checked = "true">
<input type="text">
</body>
</html>