Skip to content

Commit

Permalink
Clarify radio and checkbox items
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 15, 2023
1 parent a22b85f commit ee0f0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ params:
- name: items
type: array
required: true
description: The items within the checkboxes component.
description: The checkbox items within the checkboxes component.
params:
- name: text
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ params:
- name: name
type: string
required: true
description: Name attribute for each radio item.
description: Name attribute for all radio items.
- name: items
type: array
required: true
description: The items within each radio component.
description: The radio items within the radios component.
params:
- name: text
type: string
Expand Down

0 comments on commit ee0f0a1

Please sign in to comment.