Update RowCheckbox.vue

pull/3946/head
Tuğçe Küçükoğlu 2023-05-10 11:17:36 +03:00
parent d2a04970b8
commit 9db3091921
1 changed files with 1 additions and 1 deletions

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')">