Skip to content

Commit

Permalink
LF-4556 Add switch stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Brain committed Dec 4, 2024
1 parent 0f74e5f commit b9fa26b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/webapp/src/stories/Form/Switch/Switch.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ Disabled.args = {
isToggleVariant: true,
disabled: true,
};

export const HideInnerText = Template.bind({});
HideInnerText.args = {
leftLabel: 'Off',
label: 'On',
hideInnerText: true,
};

0 comments on commit b9fa26b

Please sign in to comment.