Use a class name as your selector instead of an ID.(使用类名作为选择器而不是ID。)
Use the same class name on the toggle items.(在切换项上使用相同的类名。)
<input class="toggle" id="toggle-event" type="checkbox".... >
$('.toggle').change(function() { ....
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…