Checkbox

You can use json format as a diagnostic tool

<div class="checkbox">
        <label>
            <input type="checkbox" ngModel name="isSubscribed"> 
            Subscribe to mailing list
        </label>
    </div>
    <p>
        {{ f.value | json }}
    </p>
Was this page helpful?