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

Function updateChecked

code/communication/public/app.js:4543–4549  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4541}
4542
4543function updateChecked(element, props) {
4544 var node = element;
4545 var checked = props.checked;
4546 if (checked != null) {
4547 setValueForProperty(node, 'checked', checked, false);
4548 }
4549}
4550
4551function updateWrapper(element, props) {
4552 var node = element;

Callers 2

updateWrapperFunction · 0.70
updateProperties$1Function · 0.70

Calls 1

setValueForPropertyFunction · 0.70

Tested by

no test coverage detected