HTML code:
<div ng-dropdown-multiselect="" options="Values" selected-model="modelSelected" extra-settings="multiselectSettings" translation-texts="someCustomTexts" checkboxes="true" events="updateMultiEvents"></div>
JS code:
$scope.values = someData[];
$scope.modelSelected=[];
I previously checked this checkbox and saved the model value in a cookie. Every time I log in again, I want this checkbox to remain checked. Any suggestions?