We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb85d3e commit 8aaf3ffCopy full SHA for 8aaf3ff
src/components/CheckBox/index.ts
@@ -17,7 +17,6 @@ const setProps = (
17
set text(checkboxText: string) {
18
widget.setText(checkboxText);
19
},
20
-
21
set checked(isChecked: boolean) {
22
widget.setChecked(isChecked);
23
}
0 commit comments