Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/ng-ui-widgets-category/switch/styling/article.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The styling properties for the `Swtich` control are as follows:
- `color`- Controls the handle color
- `bacxgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state.
- `backgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state.
- `offBackgroundColor` (`off-background-color` in CSS) - Controls the background color while the switch is in **OFF** state.

<snippet id='switch-styling-html'/>
Expand Down