pull/2142/head
Tuğçe Küçükoğlu 2022-02-11 10:20:00 +03:00 committed by Tuğçe Küçükoğlu
parent c96580120b
commit 49147d0c6a
2 changed files with 4 additions and 4 deletions

View File

@ -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."
}
];

View File

@ -20,13 +20,13 @@ const InputSwitchProps = [
{
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."
}
];