Skip to content
Michal Altair Valášek edited this page May 28, 2024 · 3 revisions

Template result

For Boolean:

<input type="checkbox">

For Nullable<Boolean>

<select>
    <option value="">Not set</option>
    <option value="true">True</option>
    <option value="false">False</option>
</select>

Clone this wiki locally