public static string checkField (array $parameters)
Builds a HTML input[type=”check”] tag
echo Phalcon\Tag::checkField(array("terms", "value" => "Y"));
Volt syntax:
{{ check_field("terms") }}
public static string checkField (array $parameters)
Builds a HTML input[type=”check”] tag
echo Phalcon\Tag::checkField(array("terms", "value" => "Y"));
Volt syntax:
{{ check_field("terms") }}
Please login to continue.