diff --git a/docs/forms/switch/options.html b/docs/forms/switch/options.html index c64b6d44d26..90ef3ce7811 100644 --- a/docs/forms/switch/options.html +++ b/docs/forms/switch/options.html @@ -65,7 +65,7 @@
default: null, inherited from parent
Sets the color scheme (swatch) for the slider's track, specifically. It accepts a single letter from a-z that maps to the swatches included in your theme.
-$('.selector').slider({ theme: "a" });
+ $('.selector').slider({ trackTheme: "a" });
This option can be overridden in the markup by assigning a data attribute to the input, e.g. data-track-theme="a".