fix(curriculum): clarify wording for radio and checkbox options (#57343)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

This commit is contained in:
Varshitha 2024-12-03 02:29:35 +05:30 committed by GitHub
parent 3d95bd9928
commit 00bb43725a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ dashedName: step-46
You can use radio buttons for questions where you want only one answer out of multiple options.
Here is an example of a radio button with the option of `cat`:
Here is an example of a radio button with the text set as `cat`:
```html
<input type="radio"> cat
@ -17,7 +17,7 @@ Here is an example of a radio button with the option of `cat`:
Remember that an `input` element is a void element.
Before the text input, add a radio button with the option set as:
Before the text input, add a radio button with the text set as:
`Indoor`

View File

@ -9,7 +9,7 @@ dashedName: step-56
Forms commonly use checkboxes for questions that may have more than one answer. The `input` element with a `type` attribute set to `checkbox` creates a checkbox.
Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and give it the option of:
Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and its text set to:
`Loving`