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" ) }} |
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" ) }} |
Designed by : w10schools
service@w10schools.com
Please login to continue.