If a checkbox is hidden using jquery .hide how to show it again if we know the value in the following case
<input type="checkbox" value="1" name="m_q"/>
<input type="checkbox" value="2" name="m_q"/>
<input type="checkbox" value="3" name="m_q"/>
<input type="checkbox" value="4" name="m_q"/>
So the check box with value 1 is hidden how to use .show using jquery