Forms
Markup for HTML forms
General

<form>
<label for="text" class="form-label">Textbox</label>
<div class="help-block">Help text block</div>
<input type="text" id="text" placeholder="Placeholder text...">
</form>Validation

Validated

Checkbox
Radio
Success!

Last updated
Was this helpful?