A form is used to submit text and two options which tell vue which column to display the text in. When the col2 radio button is checked the submitted text should display in
methods: { checkThis(i) { return this[i]; } }, computed: { myComputedProperty() { return this.$store.state.something ? true : false; } }