Skip to content

Commit

Permalink
Docs(web-react): Add more disabled combinations to Toggle demo #DS-1449
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Oct 1, 2024
1 parent eee21a0 commit 06f8b3b
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ const ToggleDisabled = () => (
name="default"
isDisabled
/>
<UNSTABLE_Toggle
id="toggle-warning-helper-text-disabled"
label="Toggle Label"
helperText="Helper text"
validationText="Validation text"
validationState="warning"
name="default"
isDisabled
isChecked
/>
<UNSTABLE_Toggle id="toggle-indicators-disabled" label="Toggle Label" name="default" hasIndicators isDisabled />
<UNSTABLE_Toggle
id="toggle-indicators-disabled-checked"
label="Toggle Label"
name="default"
hasIndicators
isDisabled
isChecked
/>
</>
);

Expand Down

0 comments on commit 06f8b3b

Please sign in to comment.