From 34197c33a4e5905654d64970f5efdea03b3a7b46 Mon Sep 17 00:00:00 2001 From: panwrona Date: Thu, 5 Mar 2020 08:41:12 +0100 Subject: [PATCH] Fix documentation type property --- docs/components/Toggle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/Toggle.md b/docs/components/Toggle.md index 19287490..77ef1d1f 100644 --- a/docs/components/Toggle.md +++ b/docs/components/Toggle.md @@ -51,7 +51,7 @@ export default class MyApp extends React.Component { | Name | Type | Default Value | Required | Description | | ------ | ------ | :-----------: | :------: | --------------------------------------------------------------------------------------------------------------- | | text | string | n/a | N | The UTF-8 encoded text to initially set the Toggle label to. | -| type | string | `top` | N | The location of the toggle label. Only placing the label to top and left of the toggle are currently supported. | +| type | string | `default` | N | The type of the toggle, can be either `default`, `radio` or `checkbox`. The `default` stands for switch type. | | height | string | 0.0 | N | The height of the toggle, 0 for default. | ## Element Properties