Angular 2 dynamic form example from Angular 2 website is modified slightly to include checkbox control into the mix. Here is the plnkr with checkbox added.
Unable to get the checkbox checked value on form submit. Textbox and dropdown values are updated on submit though.
Note: I have also tried putting [(ngModel)] on checkbox but value doesn't update even then.