am trying to get to this particular image below using pure css3,

How it works: The app works in such a way that once the toggle button on the page is switched on,check boxes are activated and user can either check or un-check the boxes just like the image below.functional wise, the app is done but am having problem’s getting the CSS aligned so it can look like the image below. kindly refer to this for a working example and my progress so far http://jsfiddle.net/YGeZD/
My only solution for you would be hide the checkbox by setting its opacity to zero, then handle your visual on/off states through a element with a background image, like the following:
CSS:
** Revised