Work fork of the thin proxy SGX that represents JMP.chat itself
1form! 2title "Choose SIM Kind" 3 4field( 5 label: "SIM or eSIM", 6 var: "sim_kind", 7 type: "list-single", 8 options: [ 9 { label: "SIM", value: "sim" }, 10 { label: "eSIM", value: "esim" } 11 ] 12)