This commit is contained in:
mertsincan 2024-01-14 22:25:39 +00:00
parent c54a34f69d
commit d5bba26341
4 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template>
<RadioButton :modelValue="checked" :disabled="$attrs.disabled" :name="name" @change="onChange" :unstyled="unstyled" :pt="getColumnPT('rowRadiobutton')" />
<RadioButton :modelValue="checked" :binary="true" :disabled="$attrs.disabled" :name="name" @change="onChange" :unstyled="unstyled" :pt="getColumnPT('rowRadiobutton')" />
</template>
<script>
@ -20,10 +20,6 @@ export default {
index: {
type: Number,
default: null
},
unstyled: {
type: Boolean,
default: undefined
}
},
methods: {