HTML Components
Regular HTML elements may also be used to accept data from the user.
Components
Checkbox boolean
For checkboxes you can use the data attribute data-value-type="boolean" to make it return true or false.
Did you find the content on this page useful?