mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
type fix
This commit is contained in:
parent
c96580120b
commit
49147d0c6a
2 changed files with 4 additions and 4 deletions
|
@ -32,13 +32,13 @@ const CheckboxProps = [
|
|||
{
|
||||
name: "trueValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in checked state."
|
||||
},
|
||||
{
|
||||
name: "falseValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
default: "null",
|
||||
description: "Value in unchecked state."
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue