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

{# ========================================================================== #}
{# :: partial #}
{# ========================================================================== #}
<div class="c-bubble__container u-margin-top-5x">
	<div class="c-bubble c-bubble--arrow-right-responsive">

		<h4 class="u-margin-bottom-3x">Hoe lang wil jij je rente vastzetten?</h4>

		{{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"
				}
			]
		})}}
	</div>
</div>
