JSFiddle - React, Tailwind, and code Playground

by nprather

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<div class="control-group">
    
    
<p class="pull-left">
        *Affects My:</p>
      
    <div class="controls span2">
        
        <label class="checkbox">
          <input type="checkbox" id="fearCheckBox" value="option1"> Fear
        </label>
        <label class="checkbox">
          <input type="checkbox" id="inlineCheckbox2" value="option2"> Self-esteem
        </label>
        <label class="checkbox">
          <input type="checkbox" id="inlineCheckbox3" value="option3"> Security
        </label>
        
    </div>    
    <div class="controls span3">
        
        <label class="checkbox">
          <input type="checkbox" id="inlineCheckbox3" value="option3"> Personal Relationhship
        </label>
        <label class="checkbox">
          <input type="checkbox" id="inlineCheckbox3" value="option3"> Sex Relations
        </label>
        <label class="checkbox">
          <input type="checkbox" id="inlineCheckbox3" value="option3"> Pride
        </label>
        
    </div>    
    
    
</div>