Skip to content

Commit

Permalink
chore: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Dec 13, 2024
1 parent b638a1a commit e848424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/docs/components/choice-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1. **Label** - text that conveys how the choices are related and prompts the user to choose one or more choice.
1. **Current Selection** - a selected choice indicates that it will be included when the field is submitted.
1. **Choices** - the available choices.
- If the Choice Field is single-choice, all choices should be [radio buttons](radio-group#radio-button) (A).
- If the Choice Field is multiple-choice, all choices should be [checkboxes](checkbox#checkbox) (B).
- If the Choice Field is single-choice, all choices should be [radio buttons](radio-group) (A).
- If the Choice Field is multiple-choice, all choices should be [checkboxes](checkbox) (B).

## Usage
In most cases, this component should not be used directly.
Rather, you should choose ahead of time whether your field should be single-choice or multi-choice and use the corresponding implementation.

- For single-choice, use the [Radio Group](radio-group#radio-group).
- For multi-choice, use the [Checkbox Group](checkbox#checkbox-group).
- For single-choice, use the [Radio Group](radio-group).
- For multi-choice, use the [Checkbox Group](checkbox).

## React API

Expand Down
2 changes: 1 addition & 1 deletion website/docs/patterns/multiple-choice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The more answer choices there are, the more difficult this becomes.

If we have a disability that impairs our working memory or are experiencing a temporary impairment of our working memory, this may prevent us from even being able to answer the question.

A complex question stem will contribute to this as well, which is why we also recommend [keeping the stem brief](#keep-the-stem-and-instructions-brief).
A complex question stem will contribute to this as well, which is why we also recommend [keeping the stem brief](#keep-the-stem-and-instructions-clear-and-brief).
:::

### Deliver answer feedback in its own view
Expand Down

0 comments on commit e848424

Please sign in to comment.