Edit in JSFiddle

チェックされると大きくなるよ
<input type="checkbox" >
<input type="radio" name="sample">
<input type="radio" name="sample">
:checked {
	width : 50px;
	height : 50px;
}