Skip to content

Instantly share code, notes, and snippets.

@mharis
Created September 19, 2018 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mharis/9f09941b2e09d0843418d8dfb9d94069 to your computer and use it in GitHub Desktop.
Save mharis/9f09941b2e09d0843418d8dfb9d94069 to your computer and use it in GitHub Desktop.
<label class="toggle-button">
<span class="screen-reader-text"><?php esc_html_e( 'Toggle between Yearly and Monthly Pricing.', 'maintainn' ); ?></span>
<input id="monthly-yearly-toggle" type="checkbox" checked />
<label>
<div class="toggle-button-switch"></div>
</label>
</label> <!-- .toggle-button -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment