File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/public_html/wp-content/plugins/maxbuttons/blocks/tpl/checkbox.tpl
<div class='input checkbox %%name%%'>
		{if:before_input} %%before_input%% {/if:before_input}
		<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}
			{if:disabled} disabled {/if:disabled}
		/>
		<label for='%%id%%' {if:title}title="%%title%%"{/if:title} >
		{if:after_input} %%after_input%% {/if:after_input}
		{if:icon}	<i class='dashicons %%icon%%' tabindex='0'></i>	{/if:icon}
		{if:label}	%%label%% {/if:label}

		</label>
</div>