{% load sniplates rijkshuisstijl %}{% singleline %} {% comment %} class: Sets additional wrapper classes. checked: Whether the input should be checked. id: Sets the input id. label: Sets the label next to the input. name: Sets the input name. value: Sets the input value. disabled: Makes the input disabled. {% endcomment %}
{% if label %}{% include 'rijkshuisstijl/components/form/label.html' with for=id label=label %}{% endif %}
{% endsingleline %}