I have a few checkboxes:
The following solution seems like a good option,
{{fruit.fruitName}}
And in controller model value fruits will be like this
fruits
$scope.fruits = [ { "name": "apple", "checked": true }, { "name": "orange" }, { "name": "grapes", "checked": true } ];