<!--- @LINPUT(type, name, value, (pre-text), (post-text), (checked), (extra_attributes)) ---> <label>$4<input type="$1" name="$2" value="$3"$(if $6, checked="checked")$(if $7, $7) />$5</label>