Skip to content

Commit

Permalink
Merge pull request #94 from 8845musign/fix-close-tag
Browse files Browse the repository at this point in the history
fix close tag
  • Loading branch information
takanorip authored Jul 25, 2024
2 parents a66c166 + a706ec4 commit 2a5f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/checkbox-card.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ baseElement: 'input'
<CheckboxCard name="symptoms">選択肢B</CheckboxCard>
<CheckboxCard name="symptoms">選択肢C</CheckboxCard>
<CheckboxCard name="symptoms">この中に該当なし</CheckboxCard>
</RadioGroup>
</CheckboxGroup>
```

`<CheckboxGroup>`を使用した選択肢が1つのコンテンツとして独立している場合、見出し(`<hx>`)とセットで使用してもよいでしょう。
Expand Down

0 comments on commit 2a5f4d1

Please sign in to comment.