# maxbuttons/6.7/blocks/tpl/checkbox.tpl

MaxButtons – Create buttons, version 6.7. 15 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.7/code/blocks/tpl/checkbox.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.7/raw/blocks/tpl/checkbox.tpl
- Modified: 2016-11-21T09:57:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.7/code/blocks/tpl/checkbox.tpl#L10-L20`.

```
<div class='input checkbox %%name%%'> 	
		<input type='checkbox' name='%%name%%' id='%%id%%' data-field='%%name%%' 
			{if:inputclass}class="%%inputclass%%"{/if:inputclass} 
			value='%%value%%' 
			%%checked%% 
			{if:icon} tabindex='-1'{/if:icon} 
		/>
		<label for='%%id%%' {if:title}title="%%title%%"{/if:title} >

		{if:icon}	<i class='dashicons %%icon%%' tabindex='0'></i>	{/if:icon}
		{if:label}	%%label%% {/if:label}	

		</label>
</div>

```
