<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.1/JSXTransformer.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.1/react-with-addons.js"></script>
<script src="https://facebook.github.io/react/js/jsfiddle-integration.js"></script>
<p>The colored square should be red when the box is not checked and blue when the box is checked.</p>
<div id="container">
<div class="list-tile list-tile-single">
<label class="list-tile-action">
<span class="list-tile-icon">
<input type="checkbox" name="SelectedPrograms" value="BBA" />
<span class="icon icon-checkbox"></span>
</span>
<span class="list-tile-text">
<span class="list-tile-text-title">Label</span>
</span>
</label>
</div>
</div>