Add mention of radio buttons
This commit is contained in:
parent
d7c8c7506e
commit
efbe490afb
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