Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c2f431a

Browse files
authored
Merge branch 'next' into feature/color-input
2 parents 1ef1639 + dd831ca commit c2f431a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: dev/typescript/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import App from './App.vue';
44
import './styles/main.scss';
55

66
import { createDynamicForms } from '../../src';
7+
78
// import { createDynamicForms } from '../../dist/as-dynamic-forms.esm';
89

910
const VueDynamicForms = createDynamicForms({

Diff for: src/components/checkbox-input/CheckboxInput.vue

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default defineComponent({
2121
disabled: props?.control?.disabled,
2222
class: ['checkbox-control'],
2323
value: props?.control?.value,
24+
checked: props?.control?.value,
2425
onFocus,
2526
onBlur,
2627
onChange: onCheck,

0 commit comments

Comments
 (0)