mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix: add a value prop to Checkbox (#849)
This commit is contained in:
parent
e0d5e6133e
commit
fed34e40ed
4 changed files with 22 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue