I am trying to make a radio button checked using vuejs v-for only if my if-statement is true. Is there a way to use vuejs\' v-if/v-else for this type of problem?
in
You could bind the checked attribute like this:
checked
{{portal.name}}
Simple example: https://jsfiddle.net/b4k6tpj9/