According to the "Create Indexed Views" link you sent, the first part says
"A view must meet the following requirements before you can create a clustered index on it:
...
The view must be created with the SCHEMABINDING option. Schema binding binds the view to the schema of the underlying base tables.
..."
Since a view can contain non-clustered indexes the statement is False, am I right?