{% raw %} {% extends "mote/element/index.html" %} {% load mote_tags %} {% block codeblock %}

Radio Button Inputs

Used to collect information

            
                
                  {% render element %}
                
            
        

Checkbox Button Inputs

Used to collect information

            
                
                  {% render element.aspect.basics.form-inputs.form-checkboxes %}
                
            
        

Inputs fields - hint and error messages

Used to collect information

            
                
                  {% render element.aspect.basics.form-inputs.form-hint-and-error %}
                
            
        

Select option Inputs

Used to collect information

            
                
                  {% render element.aspect.basics.form-inputs.form-select %}
                
            
        

Text, Email, Numbers etc. Input

Used to collect information

            
                
                  {% render element.aspect.basics.form-inputs.form-text-inputs %}
                
            
        
{% endblock %} {% endraw %}