{# ========================================================================= #}
{# :: Inheritance #}
{# ========================================================================= #}
{% extends "brandplatform/base/extends/component/page.njk" %}

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

This is a standard checkbox customised for the style of the brand.
Within a collection of checkboxes, mulltiple checkboxes can be checked at any time.
This component uses the standard `<input type="checkbox">`.

{% endset %}

{# ========================================================================= #}
{# :: Modifiers #}
{# ========================================================================= #}
{# {% set modifiers %}

{% endset %} #}

{# ========================================================================= #}
{# :: States #}
{# ========================================================================= #}
{% set states %}

- disabled

  Attribute that can be applied to the checkbox in order to indicate that it
  cannot be checked.

{% endset %}
