# $multiple
- Multiple Choice Fields
When a user is filling a record field built with a keyword for dealing with a fixed set of values - for instance $[option a, option b, option c, option d]
- they can ony select one of the available options. The $multiple
keyword makes it possible for a user to select several options. In other words, a definition field built with a $[]
keyword can be transformed from a single choice field to a multiple choice field just by adding the $multiple
keyword to it.
# Usage:
$multiple
# Examples:
# 1. Single choice field - built with $[] but not $multiple
# 2. Multiple choice field - built with $[] AND $multiple
The video included below shows a practical use of this keyword in a real-life scenario.
WARNING
Please be aware that a record field with $multiple
isn't supposed to work when used simultaneously in that same field with the $radio
keyword. This is because the $radio
keyword is meant to be used only we want the user to select only one of the available choices.