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 3ca627e commit 1f75728Copy full SHA for 1f75728
src/vfjs-field-mixin/computed.js
@@ -30,6 +30,10 @@ const computed = {
30
attrs.value = this.vfjsFieldModel || (this.vfjsFieldOptions.attrs && this.vfjsFieldOptions.attrs.value);
31
}
32
33
+ if (this.vfjsFieldHelperComponentMatchesComponentProperties(checked)) {
34
+ attrs.checked = this.vfjsFieldModel || (this.vfjsFieldOptions.attrs && this.vfjsFieldOptions.attrs.checked);
35
+ }
36
+
37
return attrs;
38
},
39
vfjsComputedFieldDomProps() {
0 commit comments