Vuetify: Event for Checkbox

Created on 30 May 2017  路  4Comments  路  Source: vuetifyjs/vuetify

I came up with a situation where I need to execute a method whenever a checkbox is selected or deselected. After searching on the Checkbox control API on vuetifyjs.com, it seems there's no event associated with the checkbox. How can I achieve this ?

invalid

Most helpful comment

@zeljic is correct, you can use @change.native for checkbox/radio/switches.

All 4 comments

Here is simple example with "change" event
https://jsfiddle.net/2vtk5nLp/2/

@zeljic is correct, you can use @change.native for checkbox/radio/switches.

Thank you so much for the reply. Its working now............

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

Was this page helpful?
0 / 5 - 0 ratings

Related issues

milleraa picture milleraa  路  3Comments

smousa picture smousa  路  3Comments

Antway picture Antway  路  3Comments

SteffenDE picture SteffenDE  路  3Comments

KuroThing picture KuroThing  路  3Comments