View file fuelux-3.12.0/markup/checkbox.html

File size: 347B
<!DOCTYPE html>
<html lang="en">
<head><title>Sample Markup</title></head>
<body>
<div class="checkbox">
	<label class="checkbox-custom" data-initialize="checkbox" id="myCustomCheckbox">
		<input class="sr-only" type="checkbox" value="">
		<span class="checkbox-label">Custom checkbox unchecked on page load</span>
	</label>
</div>
</body>
</html>