Tag::checkField

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") }}
doc_Phalcon
2016-10-16 09:56:49
Comments
Leave a Comment

Please login to continue.