Skip to content

Commit

Permalink
chore: Fix: FormToggle docs documents props the component does not us…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and avillegasn committed Feb 27, 2019
1 parent 0495aa3 commit 84a82ec
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/components/src/form-toggle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@ const MyFormToggle = withState( {

The component accepts the following props:

#### label

If this property is added, a label will be generated using label property as the content.

- Type: `String`
- Required: No

#### help

If this property is added, a help text will be generated using help property as the content.

- Type: `String` | `Function`
- Required: No

#### checked

If checked is true the toggle will be checked. If checked is false the toggle will be unchecked.
Expand Down

0 comments on commit 84a82ec

Please sign in to comment.