Odyssey styleguide

<insert-markup>forms.input.check-</insert-markup>
Transaction ID This interval is not compatible with the current settings
.odyssey-inputgroup--error
Error Checkinput
<insert-markup>forms.input.check-0</insert-markup>
Transaction ID This interval is not compatible with the current settings
.odyssey-inputgroup--disabled
Disabled Checkinput
<insert-markup>forms.input.check-1</insert-markup>
Transaction ID This interval is not compatible with the current settings
Markup
<div class="odyssey-inputgroup [modifier class]">
	<span class="odyssey-inputgroup__label">Transaction ID</span>
	<input class="odyssey-input-check" type="checkbox" id="input-check" name="input-check"/>
	<label  class="odyssey-input-check__label" for="input-check">
		<div class="odyssey-input-check__check"></div>
		<span class="odyssey-input-check__text">Every day</span>
	</label>
	<span class="odyssey-inputgroup__error">This interval is not compatible with the current settings</span>
</div>
Source: src/forms/text_inputs.less, line 574