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

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

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

{% endset %} #}

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

	{{formfieldset.buttonrow("", {
		question:"aantal jaren",
		options:[
			{
				text: "1",
				type: "button"
			},
			{
				text: "5",
				type: "button",
				checked:"true"
			},
			{
				text: "10",
				type: "button"
			},
			{
				text: "20",
				type: "button"
			},
			{
				text: "25",
				type: "button"
			},
			{
				text: "30",
				type: "button"
			}
		]
	})}}

{% endset %}

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