Add required prop to Checkbox.

Fixes #1029.
This commit is contained in:
Harald Brunner 2022-01-22 09:36:28 +01:00
commit a818ecd9e8
4 changed files with 22 additions and 0 deletions

View file

@ -763,6 +763,17 @@
"constant": false,
"reactive": false
},
{
"name": "required",
"kind": "let",
"description": "Set to `true` to mark the field as required",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "readonly",
"kind": "let",