fuelux
Version:
Base Fuel UX styles and controls
13 lines (12 loc) • 350 B
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>