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

Function updateChecked

code/higher-order-components/public/app.js:4502–4508  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4500}
4501
4502function updateChecked(element, props) {
4503 var node = element;
4504 var checked = props.checked;
4505 if (checked != null) {
4506 setValueForProperty(node, 'checked', checked, false);
4507 }
4508}
4509
4510function updateWrapper(element, props) {
4511 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected