Is it possible to use the label of a radio input to trigger the output of its value?
I am currently utilizing v-model in vue.js and have hidden my radio buttons (
input[type="radio"]{display: none;
). I am attempting to capture the value of the radio buttons when clicking on their corresponding labels. However, this approach is not functioning as expected.
JSFiddle Link for reference: https://jsfiddle.net/9t41L6my/3/