We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The iv-toggle-advance is a button that allows users to switch between multiple modes. It is possible to disable the toggle.
iv-toggle-advance
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