text - plain text input. Use textInputProps for advanced controls.
password - secure text input. Use textInputProps for advanced controls.
textarea - plain text input with multi line support. Use textInputProps for advanced controls.
toggle - Toggle field
header - Header with text and supported secondary text. This is for logical breaking up of form items.
static - Static data to render (view only)
slider - Slider bar to render
checkbox - Checkbox to render. This can also be used as radio for checking proper items in the list. Use overrideActiveCheckboxIcon to override the icon
button - Button to render. Supports icon via buttonIcon.
divider - Empty space to divide form items.
text
- plain text input. Use textInputProps for advanced controls.password
- secure text input. Use textInputProps for advanced controls.textarea
- plain text input with multi line support. Use textInputProps for advanced controls.toggle
- Toggle fieldheader
- Header with text and supported secondary text. This is for logical breaking up of form items.static
- Static data to render (view only)slider
- Slider bar to rendercheckbox
- Checkbox to render. This can also be used as radio for checking proper items in the list. UseoverrideActiveCheckboxIcon
to override the iconbutton
- Button to render. Supports icon viabuttonIcon
.divider
- Empty space to divide form items.