View file fuelux-3.12.0/markup/radio-no-js.html

File size: 316B
<!DOCTYPE html>
<html lang="en">
<head><title>Sample Markup</title></head>
<body>
<div class="radio">
	<input
		type="radio"
		id="radiobuttons-new-block--1"
		name="radiobuttons-new-block"
		value=""
	>
	<label for="radiobuttons-new-block--1">
		Radio Button: unchecked on page load
	</label>
</div>
</body>
</html>