# maxbuttons/6.7/blocks/tpl/button.tpl

MaxButtons – Create buttons, version 6.7. 7 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.7/code/blocks/tpl/button.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.7/raw/blocks/tpl/button.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/button.tpl#L10-L20`.

```
	{if:label}<label>%%label%%</label>{/if:label}
<div class='input checkbox %%name%%'> 	
	<button id='%%id%%' type='button' class='button {if:inputclass}%%inputclass%%{/if:inputclass}' 
	{if:modal}data-modal='%%modal%%'{/if:modal} > %%label%% </button>
	
</div>

```
