Skip to content

Commit

Permalink
Merge pull request #77 from antonio-petrov/patch-1
Browse files Browse the repository at this point in the history
Update Toggle.md
  • Loading branch information
majorimi authored Jun 6, 2021
2 parents 5d366e8 + 81b7d06 commit 1af0515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/docs/Toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ Following code example shows how to use **`ToggleSwitch`** component in your Bla
```
<ToggleSwitch
@ref="_toggleSwitch"
Value="_value"
Checked="_value"
OnColor="@_onColor"
OffColor="@_offColor"
Width="_widht"
Height="_height"
HandleStyle="_styleType"
Disabled="_disabled"
OnValueChanged="OnToggleSwitched">
OnToggleChanged="OnToggleSwitched">
</ToggleSwitch>
@code {
Expand Down Expand Up @@ -274,4 +274,4 @@ Following code example shows how to use **`ToggleButtonGroup`** component in you
var index = _btnGroup.Buttons.ToList().IndexOf(active);
}
}
```
```

0 comments on commit 1af0515

Please sign in to comment.