Skip to content

Commit efbe490

Browse files
authored
Add mention of radio buttons
1 parent d7c8c75 commit efbe490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/1-form-elements/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Let's talk about form controls.
155155
156156
### input and textarea
157157
158-
We can access their value as `input.value` (string) or `input.checked` (boolean) for checkboxes.
158+
We can access their value as `input.value` (string) or `input.checked` (boolean) for checkboxes and radio buttons.
159159
160160
Like this:
161161

0 commit comments

Comments
 (0)