Update RowCheckbox.vue

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 11:17:36 +03:00
parent d2a04970b8
commit 9db3091921

View file

@ -11,7 +11,7 @@
@focus="onFocus($event)"
@blur="onBlur($event)"
@keydown="onKeydown"
v-bind="ptm('hiddenInput')"
v-bind="getColumnPTOptions('hiddenInput')"
/>
</div>
<div ref="box" :class="['p-checkbox-box p-component', { 'p-highlight': checked, 'p-disabled': $attrs.disabled, 'p-focus': focused }]" v-bind="getColumnPTOptions('checkbox')">