fuelux
Version:
Base Fuel UX styles and controls
19 lines (18 loc) • 330 B
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>