BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
valueSelected(args){
if (args.action == "check") {
this.appComponent.branchPlanForm.controls.channels.patchValue(1);
}
else if (args.action == "uncheck") {
if (this.tree.checkedNodes.length == 0)
this.appComponent.branchPlanForm.controls.channels.patchValue(null);
}
} |