Describe the bug
Setting the model variable like "checkboxes.autoApply" to an input like checkbox, results in a broken form because we are trying to set the default variable directly with $scope.model.checkboxes.autoAppy = false, yet the checkboxes object does not exist and we do not create it.
Describe the bug
Setting the model variable like "checkboxes.autoApply" to an input like checkbox, results in a broken form because we are trying to set the default variable directly with
$scope.model.checkboxes.autoAppy = false, yet thecheckboxesobject does not exist and we do not create it.