I have multiple checkboxes and a button that has to be enabled only if at least one checkbox is selected
<input type="checkbox">VALUE1
<input type="checkbox">VALUE2
<input type="checkbox">VALUE3
<input type="checkbox">VALUE4
<button>Proceed</button>
How is this achieved using Angular2.
P.S: found similar questions but not using Angular2.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…