Switch
<span class="cmt-switch">
	<input id="switch1" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch1" />
	<label for="switch1"></label>
	<span class="label">Switch 1</span>
</span>
Switch 1
Switch - Inline
<div class="cmt-switch-wrap cmt-switch-inline">
	<span class="cmt-switch">
		<input id="switch2" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch2" />
		<label for="switch2"></label>
		<span class="label">Switch 1</span>
	</span>
	<span class="cmt-switch">
		<input id="switch3" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch3" />
		<label for="switch3"></label>
		<span class="label">Switch 1</span>
	</span>
</div>
Switch 2 Switch 3
Switch - 2 In a Row
<div class="cmt-switch-wrap cmt-switch-row-2">
	<span class="cmt-switch">
		<input id="switch4" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch4" />
		<label for="switch4"></label>
		<span class="label">Switch 4</span>
	</span>
	<span class="cmt-switch">
		<input id="switch5" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch5" />
		<label for="switch5"></label>
		<span class="label">Switch 5</span>
	</span>
</div>
Switch 4 Switch 5
Switch - 4 In a Row
<div class="cmt-switch-wrap cmt-switch-row-4">
	<span class="cmt-switch">
		<input id="switch6" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch6" />
		<label for="switch6"></label>
		<span class="label">Switch 6</span>
	</span>
	<span class="cmt-switch">
		<input id="switch7" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch7" />
		<label for="switch7"></label>
		<span class="label">Switch 7</span>
	</span>
	<span class="cmt-switch">
		<input id="switch8" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch8" />
		<label for="switch8"></label>
		<span class="label">Switch 8</span>
	</span>
	<span class="cmt-switch">
		<input id="switch9" class="cmt-toggle cmt-toggle-round" type="checkbox" name="switch9" />
		<label for="switch9"></label>
		<span class="label">Switch 9</span>
	</span>
</div>
Switch 6 Switch 7 Switch 8 Switch 9
Switch - Boolean
<span class="cmt-switch cmt-checkbox">
	<input id="switch10" class="cmt-toggle cmt-toggle-round" type="checkbox" />
	<label for="switch10"></label>
	<span class="label">Switch 1</span>
	<input type="hidden" name="switch10" value="0" />
</span>
Switch 10
Switch - Velocity
<span class="cmt-switch cmt-checkbox" cmt-app="app" cmt-controller="controller" cmt-action="action" action="request-url" cmt-keep>
	<input id="switch11" class="cmt-toggle cmt-toggle-round" type="checkbox" />
	<label for="switch11"></label>
	<span class="label">Switch 11</span>
	<input class="cmt-change" type="hidden" name="switch10" value="0" />
</span>
Switch 11

Notes: Provide the valid values of the attributes including cmt-app, cmt-controller, cmt-action, and action to trigger the Velocity Application Request.