We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df709a commit 459126eCopy full SHA for 459126e
1 file changed
webpack_in/entry.jsx
@@ -94,7 +94,8 @@ class ListWidget extends React.Component {
94
...state.items,
95
{
96
id: state.total_added,
97
- caption: strItemCaption
+ caption: strItemCaption,
98
+ is_checked: true
99
}
100
],
101
total_added: state.total_added + 1
0 commit comments