Add mention of radio buttons

This commit is contained in:
Vyacheslav Abushkevich 2022-02-09 20:37:34 +03:00 committed by GitHub
parent d7c8c7506e
commit efbe490afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: