Tag::checkField

public static string checkField (array $parameters)

Builds a HTML input[type=”check”] tag

1
echo Phalcon\Tag::checkField(array("terms", "value" => "Y"));

Volt syntax:

1
{{ check_field("terms") }}
doc_Phalcon
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.