We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e0821 commit 47cb1deCopy full SHA for 47cb1de
packages/react-core/src/components/Checkbox/examples/CheckboxReversed.tsx
@@ -2,5 +2,5 @@ import React from 'react';
2
import { Checkbox } from '@patternfly/react-core';
3
4
export const CheckboxReversed: React.FunctionComponent = () => (
5
- <Checkbox isLabelBeforeButton label="Reversed checkbox example" id="checkbox-reversed" name="checkbox-reversed" />
+ <Checkbox labelPosition="start" label="Reversed checkbox example" id="checkbox-reversed" name="checkbox-reversed" />
6
);
0 commit comments