{namespace sg = TYPO3\CMS\Styleguide\ViewHelpers} Forms This is a form containing various fields (with some initial values (defaults) set, so that you can see how input text looks like without actually typing it): Button: A coolbutton Reset button: Single-line text input field: Multi-line text input field (textarea): Default text. The following two radio buttons are inside a fieldset element with a legend: Legend Radio button 1 Radio button 2 (initially checked) Check those that apply Checkbox 1 Checkbox 2 (initially checked) A select element with size="1" (dropdown box): one two (default) three A select element with size="3" (listbox): one two (default) three Submit button:
fieldset
legend
select
size="1"
size="3"