HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HBergman/delifestyle.nl/wwwroot/wp-content/plugins/maxbuttons/blocks/tpl/radio.tpl
<div class='input radio %%name%%'> 
		
		<input type='radio' name='%%name%%' id='%%id%%' data-field='%%name%%' 
			{if:inputclass}class="%%inputclass%%"{/if:inputclass} 
			value='%%value%%' 
			%%checked%% 
		/>
		<label for='%%id%%' {if:title}title="%%title%%"{/if:title}>
		{if:icon}	<i class='dashicons %%icon%%'></i>	{/if:icon}		
		{if:label}	%%label%% {/if:label}	
		</label>
</div>