We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9828 commit 34f2ffeCopy full SHA for 34f2ffe
apps/tests/ui/switch/switch.md
@@ -7,12 +7,12 @@ previous_url: /ApiReference/ui/switch/HOW-TO
7
# Switch
8
Using a switch requires the Switch module.
9
<snippet id='article-require-switch'/>
10
-### Binding the Switch checked property and Button isEanbled property to a observable view-model property.
+### Binding the Switch checked property and Button isEnabled property to a observable view-model property.
11
``` XML
12
<Page loaded="pageLoaded">
13
<StackLayout orientation="vertical">
14
{%raw%}<Switch checked="{{ someProperty }}" />
15
- <Button isEanbled="{{ someProperty }}" text="This is a Button!" />{%endraw%}
+ <Button isEnabled="{{ someProperty }}" text="This is a Button!" />{%endraw%}
16
</StackLayout>
17
</Page>
18
```
0 commit comments