ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
unchecked.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6
20function unchecked()
21{
22 global $DIC;
23 $f = $DIC->ui()->factory();
24 $renderer = $DIC->ui()->renderer();
25
26 $glyph = $f->symbol()->glyph()->unchecked();
27
28 //Showcase the various states of this Glyph
29 $list = $f->listing()->descriptive([
30 "Standard" => $glyph,
31 "Highlighted" => $glyph->withHighlight(),
32 ]);
33
34 return $renderer->render($list);
35}
$renderer
global $DIC
Definition: shib_login.php:26