MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / updateChecked

Function updateChecked

code/composition/public/app.js:4646–4652  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4644}
4645
4646function updateChecked(element, props) {
4647 var node = element;
4648 var checked = props.checked;
4649 if (checked != null) {
4650 setValueForProperty(node, 'checked', checked, false);
4651 }
4652}
4653
4654function updateWrapper(element, props) {
4655 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected