Odyssey styleguide

<insert-markup>forms.switch-</insert-markup>
.odyssey-switch--small
small switch
<insert-markup>forms.switch-0</insert-markup>
Markup
<div class="odyssey-switch [modifier class]">
	<label class="odyssey-switch__label" for="switch-checkbox">
		<input type="checkbox" id="switch-checkbox">
		<span class="odyssey-switch__item">Annual</span>
		<span class="odyssey-switch__item">Monthly</span>
	</label>
</div>
Source: src/forms/switch.less, line 1