<?php

$GLOBALS['TL_CSS'][] = '/system/modules/eSM_formstone/assets/lib/formstone/'.$GLOBALS['TL_ASSETS']['FORMSTONE'].'/css/checkbox.css';

?>

<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/core.js"></script>
<script src="/system/modules/eSM_formstone/assets/lib/formstone/<?= $GLOBALS['TL_ASSETS']['FORMSTONE'] ?>/js/checkbox.js"></script>

<script>
	$(function() {
		$("input[type=checkbox], input[type=radio]").checkbox();
	});
</script>