Default Different Value and Option

= codeBlender "textarea", "atom/form/textarea", { label: { title: "Textarea" }, name: "textarea" }
<div class='form-group' show-errors='{showSuccess: true}'>
<label class='control-label' for='textarea'>
Textarea
</label>
<textarea class='form-control' id='textarea' name='textarea'></textarea>
</div>


Resources Useful websites and tutorials

Title URL
Bootstrap Forms http://getbootstrap.com/css/#forms

Tasks

Task Date
Does textarea work with input groups