Skip to content

Commit

Permalink
fix(CheckboxReversed example): fix prop (#11175)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora authored Nov 19, 2024
1 parent a6e0821 commit 47cb1de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react';
import { Checkbox } from '@patternfly/react-core';

export const CheckboxReversed: React.FunctionComponent = () => (
<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" />
);

0 comments on commit 47cb1de

Please sign in to comment.