Skip to content

Commit

Permalink
docs: update checkbox docs (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertukv authored Nov 17, 2023
1 parent e76fd7c commit 0ff7e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--/GITHUB_BLOCK-->

```tsx
import {Checkbox} from '@gravity-ui/checkbox';
import {Checkbox} from '@gravity-ui/uikit';
```

The `Checkbox` component allows the user to select or deselect a specific value.
Expand Down

0 comments on commit 0ff7e04

Please sign in to comment.