Skip to content

Commit

Permalink
chore(website): remove required text from checkbox example
Browse files Browse the repository at this point in the history
  • Loading branch information
richbachman committed Mar 2, 2021
1 parent b85dab5 commit 0c20ea1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ When a checkbox is required to be checked, a required indicator should be displa
<LivePreview scope={{Checkbox}} language="jsx">
{`<>
<Checkbox id="delete" value="delete" name="delete" required>
Confirm this message should be deleted (Required)
Confirm this message should be deleted
</Checkbox>
</>`}
</LivePreview>
Expand Down

0 comments on commit 0c20ea1

Please sign in to comment.