Controls provide the means for users to interact with apps, and they play a crucial role in app design. This chapter focuses on controls that can edit and display a single value. These include the text input, rich text, radio, toggle, slider, rating, and date controls.
An important topic that weâll cover is how to use forms and to map data values to controls. Itâs common for data sources to store codified or abbreviated data values. These could include country code abbreviations or letters such as âYâ and âNâ to denote true and false. It can be a challenge to configure controls such as ...