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

Function updateChecked

code/new-context-api/public/app.js:3869–3875  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

3867}
3868
3869function updateChecked(element, props) {
3870 var node = element;
3871 var checked = props.checked;
3872 if (checked != null) {
3873 setValueForProperty(node, 'checked', checked, false);
3874 }
3875}
3876
3877function updateWrapper(element, props) {
3878 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected