<label><input type="checkbox" name="spoiler" value="1" > Комментарий содержит спойлеры</label>
<form method="post" action="check.php">
<label><input type="radio" name="test" value="g"> g</label>
<label><input type="radio" name="test" value="n"> n</label>
<label><input type="radio" name="test" value="b"> b</label>
<input type="submit" name="submit">
</form>
<?php
echo $_POST['test'];