How to render dynamic checkbox conditionally in Reactive forms
问题 I'm trying to create dynamic checkbox list conditionally on a value select Tried various solution online but unable to get the expected result. Also, Facing issues with binding value to form-control Final result is expected to be a formdata of below format on submit: { name:"new Experiment", depth: 'Exp Wise", durationPerDepth:[{ exp:"exp1", duration:"10mins" ]} } -----OR--- { name:"new Experiment", depth: 'For All", durationPerDepth:[{ exp:"All", duration:"10mins" ]} } for_all[ ] set_for_all