fix: add a value prop to Checkbox (#849)

This commit is contained in:
KoichiKiyokawa 2021-10-13 23:38:51 +09:00 committed by GitHub
commit fed34e40ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 0 deletions

View file

@ -708,6 +708,17 @@
"moduleName": "Checkbox",
"filePath": "src/Checkbox/Checkbox.svelte",
"props": [
{
"name": "value",
"kind": "let",
"description": "Specify the value of the checkbox",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "checked",
"kind": "let",