mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #1320 - Checkbox true-value / false-value does not work
This commit is contained in:
parent
b13d8d517f
commit
3a854247be
4 changed files with 37 additions and 3 deletions
|
@ -28,6 +28,18 @@ const CheckboxProps = [
|
|||
type: "any",
|
||||
default: "null",
|
||||
description: "Inline of the component."
|
||||
},
|
||||
{
|
||||
name: "trueValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
description: "Value in checked state."
|
||||
},
|
||||
{
|
||||
name: "falseValue",
|
||||
type: "any",
|
||||
default: "true",
|
||||
description: "Value in unchecked state."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue