I created a Angular2 component with a checkbox inside it and I\'m calling it from parent:
// My model export class Term { id: number; checkbox: boolean;