- "List of fields"
- pref: syspref_4
choices:
020: 020
"16" : "16"
"020": "020"
"123": "123"
"Do it",
{
choices => {
1 => "certainly",
on => "certainly",
'' => "I don't think so"
off => "I don't think so"
},
pref => "syspref_1"
}
"We love unicode",
'' => "Not really",
no => "Not really",
'★' => "❤️"
pref => "syspref_3"
-