With this code I can select a single option. How do I deselect the one I select? or make them all white
<div class="panel panel-default">
<div class="panel-body">
<label class="radio-inline">
<input type="radio" name="Tipo" value=1>1
</label><br />
<label class="radio-inline">
<input type="radio" name="Tipo" value=2>2
</label><hr />
<label class="radio-inline">
<input type="radio" name="Tipo" value=3>3
</label><br />
</div>
</div>
if I do it in javascript as I add to the structure:
<html>
<head>
</head>
<body>
</body>
</html