Skip to content

Commit 96928b2

Browse files
authored
bug(form element): example for RTL checkbox legend (#4717)
1 parent 612893f commit 96928b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/components/checkbox/base/example.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,14 @@ export let examples = [
268268
</FormElement>
269269
</div>
270270
)
271+
},
272+
{
273+
id: 'rtl-with-legend',
274+
label: 'Right to Left with legend',
275+
element: (
276+
<div dir="rtl">
277+
<Group />
278+
</div>
279+
)
271280
}
272281
];

0 commit comments

Comments
 (0)