magic-script-components-react-native
magic-script-components-react-native copied to clipboard
fix [Toggle] type property
https://github.com/magic-script/magic-script-components/issues/235
Currently "type" means one of "switch, checkbox, radio" but regarding documentation, it should contain the position of the label
Name | Type | Default Value | Required | Description |
---|---|---|---|---|
type | string | top |
The location of the toggle label. Only placing the label to top and left of the toggle are currently supported. |