Single toggle

{{singleModel}}

Checkbox

  Starting from ng2 0.40 this will work only with immutable objects
  Model: {{checkModel | json}}
Left: {{checkModel.left}}
Middle: {{checkModel.middle}}
Right: {{checkModel.right}}

Radio & Uncheckable Radio

{{radioModel || 'null'}}