- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11
 
Toggle Advance
        Darren Lean edited this page Jul 2, 2020 
        ·
        1 revision
      
    The iv-toggle-advance is a button that allows users to switch between multiple modes. 
It is possible to disable the toggle.

Note: This component is in ToggleAdvance.vue and builds on ToggleAdvanceButton.vue
Name:           modes 
Type:           Array 
Required:       true 
Default:        ["Option 1", "Option 2", "Option 3"] 
Description:    The array container for the toggle modes text 
Name:           initialModeIndex 
Type:           Number 
Default:        0 
Description:    Setting the initial toggle mode 
Name:           toggleDisabled 
Type:           Boolean 
Default:        false 
Description:    Disable the input 
Name:           toggleswitched 
Description:    Emitted when the toggle is clicked 
Value:          toggleMode