<input type="checkbox" value="1" />
<input type="checkbox" value="2" />
<input type="checkbox" value="3" />
<input type="checkbox" value="4" />
<input type="checkbox" value="5" />
<input type="checkbox" value="6" />
<input type="checkbox" value="7" />
<input type="checkbox" value="8" />
<input type="checkbox" value="9" />
<input type="checkbox" value="10" />
FilterArray=[
{member_Key: 1},
{member_Key: 4},
{member_Key: 7},
]
I want to check the all the checkboxs inisde based on the FilterArray. It should check the checkbox on the page load.