From 49b1e94f336f561871882204db2094e34d618e1d Mon Sep 17 00:00:00 2001 From: hukerter <44520187+hukerter@users.noreply.github.com> Date: Thu, 25 Apr 2019 10:29:12 +0600 Subject: [PATCH] Add the improved Russian translation to this challenge (#30220) * Add the improved Russian translation to this challenge * Update check-radio-buttons-and-checkboxes-by-default.russian.md --- .../check-radio-buttons-and-checkboxes-by-default.russian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.russian.md b/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.russian.md index 20e22d701d..2af20ebb85 100644 --- a/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.russian.md +++ b/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/check-radio-buttons-and-checkboxes-by-default.russian.md @@ -3,11 +3,11 @@ id: bad87fee1348bd9aedd08835 title: Check Radio Buttons and Checkboxes by Default challengeType: 0 videoUrl: '' -localeTitle: Отметьте радио кнопки и флажки по умолчанию +localeTitle: Сделайте радиокнопки и чекбоксы включенными по умолчанию --- ## Description -
Вы можете установить флажок или переключатель отмеченным по умолчанию с помощью атрибута checked . Для этого просто добавьте слово «отмечено» во внутреннюю часть элемента ввода. Например: <input type="radio" name="test-name" checked>
+
Вы можете сделать чекбокс или радиокнопку включенными по умолчанию с помощью атрибута checked. Для этого просто добавьте слово "checked" во внутреннюю часть тега input. Например:
## Instructions
Настройте первую из ваших radio buttons и первый из ваших checkboxes так чтобы они были отмеченны по умолчанию.