What would be the code for checkbox in Search Form Template?
There is only text and select as default:
Code: Select all
{else if $data.fieldtype == 'select'}
<select name="{$actionid}ud_propvalue[{$propname}]">
{html_options options=$data.options}
</select>