Skip to content

Commit

Permalink
Update toggleswitch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet authored Sep 2, 2024
1 parent 7830241 commit c68e871
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/docs/documentation/controls/inputs/toggleswitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ Switching between two states.

## Show

<img src="/controls/inputs/toggleswitch.gif" height="300px" width="300px"/>
![tgs](https://github.com/user-attachments/assets/9fe52016-a002-4b4d-ad98-a3e2157a498c)


## Example

```xml
<ToggleSwitch IsChecked="True" />

<ToggleSwitch OffContent="Switch Off." OnContent="Switch On." />
```

## See Also

[Demo: SukiUI.Demo/Features/ControlsLibrary/TogglesView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/ControlsLibrary/TogglesView.axaml)
[Demo: SukiUI.Demo/Features/ControlsLibrary/TogglesView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/ControlsLibrary/TogglesView.axaml)

0 comments on commit c68e871

Please sign in to comment.