CSS iPhone Style Checkbox

Another way to make checkboxes more interesting.

HTML

<p><a href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html">Inspired by this jQuery based solution.</a></p>

<label id="sliderLabel">
    <input type="checkbox" style="min-width:20px; min-heigth:20x;" />
    <!-- <span id="slider">
        <span id="sliderOn">ON</span>
        <span id="sliderOff">OFF</span>
        <span id="sliderBlock"></span>
    </span> -->
</label>