Replace old checkbox markup with umb-checkbox
This commit is contained in:
committed by
Sebastiaan Janssen
parent
68425fa46e
commit
5c52d6b219
@@ -34,10 +34,12 @@
|
||||
/>
|
||||
|
||||
<div class="form-search__toggle">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="showChilds" ng-change="vm.toggle()" />
|
||||
<localize key="general_includeFromsubFolders">Include subfolders in search</localize>
|
||||
</label>
|
||||
<umb-checkbox
|
||||
model="showChilds"
|
||||
on-change="vm.toggle()"
|
||||
text="Include subfolders in search"
|
||||
label-key="general_includeFromsubFolders">
|
||||
</umb-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user