Skip to main content

Button Toggle

The ButtonToggle component is a simple wrapper for v-item-group built specifically to work with Button.

info

For more details about Vuetify’s usage of ButtonToggle component, click ButtonToggle page.
For more prop explanations, click Vuetify ButtonToggle API page.

Props

AttributeDescriptionTypeDefault
valueThe designated model value for the component.numberundefined
borderlessRemoves the group’s border.booleanfalse
classProp that determines the class to add to the BtnToggle.stringundefined
darkApplies dark theme.booleanfalse
groupGenerally used in Toolbar and AppBar. Removes background color, border and increases space between the buttons.booleanfalse
mandatoryForces a value to always be selected .booleanfalse
multipleAllows a user to select multiple buttons and return values as an array.booleanfalse
activeClassChanges active button's class.stringundefined
backgroundColorChanges the background-color for the component.stringundefined
visibleVisibility of BtnToggle component.booleantrue

Events

AttributeDescription
changeEmitted when the input is changed by user interaction.