mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5071
This commit is contained in:
parent
bd5b3f7c6a
commit
097f5630c0
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="getPTOptions('root')" data-pc-name="checkbox" :data-p-checked="checked" :data-p-disabled="disabled">
|
||||
<div :class="cx('root')" v-bind="getPTOptions('root')" data-pc-name="checkbox" :data-p-highlight="checked" :data-p-disabled="disabled">
|
||||
<input
|
||||
:id="inputId"
|
||||
type="checkbox"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="getPTOptions('root')" data-pc-name="radiobutton" :data-p-checked="checked" :data-p-disabled="disabled">
|
||||
<div :class="cx('root')" v-bind="getPTOptions('root')" data-pc-name="radiobutton" :data-p-highlight="checked" :data-p-disabled="disabled">
|
||||
<input
|
||||
:id="inputId"
|
||||
type="radio"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
:class="cx('rowCheckbox')"
|
||||
@change="toggleCheckbox"
|
||||
:pt="getColumnCheckboxPT('rowCheckbox')"
|
||||
:data-p-highlight="checked"
|
||||
:data-p-checked="checked"
|
||||
:data-p-partialchecked="partialChecked"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue