Categories
How to make a hidden CheckBox depending on a selection?
There are 4 CheckBoxes: 1.Wood 2.Metal 3.Oak 4.Aluminum Wood Metal Oak Aluminum When you click Wood, the Aluminum CheckBox disappears. How can this be implemented?
Answer the question
In order to leave comments, you need to log in
<input type="checkbox" ng-model="tree"> <input type="checkbox" ng-model="aluminium" ng-if="!tree">
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question