Skip to content

Commit

Permalink
fix(checkbox): docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent c8cbb59 commit 1edc3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ import { LINK_ID } from '../../zeroheight';

Checkbox are used for a list of options where the user may make a choice by selecting multiple options, including all or none.

The previous components `checkbox` and `checkbox-button` have now been included in `checkbox`

There is no longer a `checkbox` component to make clickable Element.

<Canvas of={ CheckboxStories.Default } sourceState='none' />
<Canvas of={ CheckboxStories.Checked } sourceState='none' />

<DocNavigator of={ CheckboxStories } linkId={ LINK_ID.CHECKBOX_BUTTON } />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import * as CheckboxStories from './checkbox.stories';
# Checkbox - migrate from v17 to v18
----

## Usages changes

The previous components `checkbox` and `checkbox-button` have now been included in `checkbox`.

There is no longer a `checkbox` component to make clickable Element.

## Attributes changes

`checked` <img src="https://img.shields.io/badge/updated-00FFFF" />
Expand Down

0 comments on commit 1edc3de

Please sign in to comment.