declare module fb { interface IFbFormCheckboxScope extends ng.IScope { model: fb.IChangeTrack; label: string; name: string; } }