{# ========================================================================== #}
{# :: 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("c-formfield--advanced js-formfield", {
		name: "checkbox-button",
		id: "checkbox-button-1",
		text: "45.000",
		type: "checkbox"
	})}}

	{{formfield.checkbox("c-formfield--advanced js-formfield", {
		name: "checkbox-button",
		id: "checkbox-button-2",
		text: "45.000",
		type: "checkbox",
		checked: true
	})}}

{% endset %}

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

{% endset %} #}
