/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_basic.html" %} {% block example %}
{% filter trim|escape|nl2br %}{% raw %}
{{ basic.checkbox('', 'bath.light.switch', 'Light') }}
{{ basic.checkbox('', 'bath.light.switch') }}
{{ basic.checkbox('', 'bath.light.switch', ' ') }}
{% endraw %}{% endfilter %}