View file fuelux-3.12.0/markup/checkbox-inline-no-js.html

File size: 328B
<!DOCTYPE html>
<html lang="en">
<head><title>Sample Markup</title></head>
<body>
<div class="checkbox-inline">
	<input
		type="checkbox"
		id="checkboxes-new-inline--1"
		name="checkboxes-new-inline--1"
		checked="checked"
		value=""
	>
	<label for="checkboxes-new-inline--1">
		Inline Checkbox
	</label>
</div>
</body>
</html>