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