Angular

Last Updated: 8/28/2023

Working with Checkboxes

<div class="checkbox">
	<label>
		<input type="checkbox" ngModel name="isSubscribed">
	</label>
</div>	
<p>{{f.value | json}}</p>
  • json Pipe: JSON pipe formats the value object as JSON