| <!-- | |
| @BLINK-ALLOW:inputType=* | |
| @BLINK-ALLOW:radioGroupIds=* | |
| @BLINK-ALLOW:setSize* | |
| @BLINK-ALLOW:posInSet* | |
| --> | |
| <html> | |
| <body> | |
| <fieldset> | |
| <legend>Appearance</legend> | |
| <label> | |
| <input name="colorscheme" type="radio" value="system"> | |
| <span>System</span> | |
| </label> | |
| <label> | |
| <input name="colorscheme" type="radio" value="dark"> | |
| <span>Dark</span> | |
| </label> | |
| </fieldset> | |
| </body> | |
| </html> |