<?xml version="1.0" encoding="utf-8"?>
<form xmlns="http://jelix.org/ns/forms/1.1">
 
    <input ref="string">
        <label>.</label>
    </input>
       
    <input ref="integer" type="integer">
        <label>.</label>
    </input>

    <input ref="decimal" type="decimal">
        <label>.</label>
    </input>
       
    <radiobuttons ref="boolean">
        <label>.</label>
        <item value="true" locale="jelix~ui.buttons.yes"/>
        <item value="false" locale="jelix~ui.buttons.no"/>
    </radiobuttons>
 
    <submit ref="submit">
       <label>Ok</label>
    </submit>
 
</form>