I have a simple form like this:
<form action="url" method="post">
<input name="id" type="radio" value="1">
<input name="id" type="radio" value="2">
<button type="submit">Submit</button>
</form>
How can I disable the button when any radio input not selected?