{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}
{% import "general/components/formfield/formfield-macros.njk" as formfield %}

{# ========================================================================== #}
{# :: Settings #}
{# ========================================================================== #}
{% set params = {
	isFullWidth: false,
	styleVendors: [],
	scriptVendors: ["https://kit.fontawesome.com/74199cd914.js"],
	order: 1,
	scope: ""
} %}

{# ========================================================================== #}
{# :: Info #}
{# ========================================================================== #}
{# {% set info %}

{% endset %} #}

{# ========================================================================== #}
{# :: Preview #}
{# ========================================================================== #}
{% set preview %}

{{formfield.checkbox("", {
		name: "checkbox-button",
		id: "checkbox-button-1",
		text: "ik koop mijn huis met mijn partner"
	})}}

{{formfield.checkbox("", {
		name: "checkbox-button",
		id: "checkbox-button-1",
		text: "ik koop mijn huis met mijn partner",
		checked:"true"
	})}}

{% endset %}


{# ========================================================================== #}
{# :: Code #}
{# ========================================================================== #}
{# {% set code %} {% endset %} #}