SyntaxFix
Write A Post
Hire A Developer
Questions
Do it in the controller ( controller as syntax below)
controller:
vm.question= {}; vm.question.active = true;
form
<input ng-model="vm.question.active" type="checkbox" id="active" name="active">