{% macro yop_poll_input_checkbox(id, name, value='', type='checkbox', class = '', check_variable, check_value, onclick="", disabled="" ) %} {% if is_array( check_variable ) %} {% else %} {% endif %} {% endmacro %} {% macro yop_poll_input_field( value, id, name, type ='text', style='', class='', onclick='' ) %} {% endmacro %} {% macro yop_poll_general_options_label(label_value, id, name, value='', type='text', class = '', check_variable, check_value, onclick = "", disabled="") %} {% from _self import yop_poll_input_checkbox as cb %} {{ cb( id, name, value, type, class, check_variable, check_value, onclick, disabled ) }} {% endmacro %} {% macro yop_poll_select( id, name, values, sel = "" ) %} {% endmacro %}