{% 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. required: Makes the input required. select-all: Allow a queryselector for other checkboxes to be passed, this checkbox will function as select all toggle. {% endcomment %}
{% if label %}{% include 'rijkshuisstijl/components/form/label.html' with for=id label=label only %}{% endif %}
{% endsingleline %}