{% set active_page = 'Radio' -%} {% extends "layouts/" + layout + ".html" %} {% block styles %} {% endblock %} {% block content %}

Simple Radio Example

Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive selection if you think that the user needs to see all available options side-by-side.

Otherwise, consider a dropdown, which uses less space than displaying all options.

{% endblock %} {% block scripts %}{% endblock %}