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

Function updateChecked

code/redux/public/app.js:4759–4765  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4757}
4758
4759function updateChecked(element, props) {
4760 var node = element;
4761 var checked = props.checked;
4762 if (checked != null) {
4763 setValueForProperty(node, 'checked', checked, false);
4764 }
4765}
4766
4767function updateWrapper(element, props) {
4768 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected