Merge pull request #2868 from vabushkevich/patch-1
Add mention of radio buttons
This commit is contained in:
commit
54bc5776a9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Let's talk about form controls.
|
|||
|
||||
### input and textarea
|
||||
|
||||
We can access their value as `input.value` (string) or `input.checked` (boolean) for checkboxes.
|
||||
We can access their value as `input.value` (string) or `input.checked` (boolean) for checkboxes and radio buttons.
|
||||
|
||||
Like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue