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

Function updateChecked

code/third-party/public/app.js:3741–3747  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

3739}
3740
3741function updateChecked(element, props) {
3742 var node = element;
3743 var checked = props.checked;
3744 if (checked != null) {
3745 setValueForProperty(node, 'checked', checked, false);
3746 }
3747}
3748
3749function updateWrapper(element, props) {
3750 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected