Angular disable checkbox based on other checkbox value reactive forms
I’m trying to disable the checkbox based on the other checkboxes value. only one of them can be enabled. I’m getting this error when enabling one of them, as the subscribed: value is coming in numerously. ERROR RangeError: Maximum call stack size exceeded at SafeSubscriber.__tryOrUnsub (Subscriber.js:191:32) at SafeSubscriber.next (Subscriber.js:122:22) at Subscriber._next (Subscriber.js:72:26) at Subscriber.next (Subscriber.js:49:18)… Read More Angular disable checkbox based on other checkbox value reactive forms