Switch

Regular

Click to copy
<div class="switch">    
      <label>
        <input
          type="checkbox"
          checked="checked"
        />
        <div class="rwmb-switch-status">
          <span class="rwmb-switch-slider"></span>
          <span class="rwmb-switch-on">On</span>
          <span class="rwmb-switch-off"></span>
        </div>
      </label>
</div>

Regular

Click to copy
<div class="switch switch-big">    
    <label>
      <input
        type="checkbox"
        checked="checked"
      />
      <div class="rwmb-switch-status">
        <span class="rwmb-switch-slider"></span>
        <span class="rwmb-switch-on">On</span>
        <span class="rwmb-switch-off"></span>
      </div>
    </label>
</div>

Working on version that will expand how text change

Comments Area

No comments have been posted yet. Please feel free to comment first!

Note: Make sure your comment is related to the topic of the article above. Let's start a personal and meaningful conversation!

LEAVE A COMMENT

Please add to the discussion in a constructive way. If you disagree, please be polite.