| Option | Value | Default | Description | 
|---|---|---|---|
connect | 
                            CSS selector | ~.uk-switcher | Related items container. By default, succeeding elements with class 'uk-switcher'. | 
toggle | 
                            CSS selector | > * > :first-child | Toggle selector - triggers content switching on click. | 
itemNav | 
                            CSS selector | false | Related nav container. By default, nav items are found in related item's container only. | 
active | 
                            Number | 0 | Active index on init. (Providing a negative number indicates a position starting from the end of the set) | 
animation | 
                            String | false | Space-separated names of animations. Comma-separated for animation out. | 
duration | 
                            Number | 200 | The animation duration. | 
swiping | 
                            Boolean | true | Use swiping. | 
followFocus | 
                            Boolean | false | Selection follows focus automatically. |