mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 21:30:25 -04:00
Add Checkbox and Radio Button fields to Micron format
This commit is contained in:
parent
a5aa2097bd
commit
912c510ab2
3 changed files with 27 additions and 5 deletions
|
@ -1166,6 +1166,10 @@ When the checkbox is checked, it's field will be set to the provided value. If t
|
|||
|
||||
`B444`<?|sign_up|1`>`b Sign me up`
|
||||
|
||||
You can also pre-check both checkboxes and radio groups by appending a |* after the field value.
|
||||
|
||||
`B444`<?|checkbox|1|*`>`b Pre-checked checkbox`
|
||||
|
||||
>>> Radio groups
|
||||
|
||||
Radio groups are another input that lets the user chose from a set of options. Unlike checkboxes, radio buttons with the same field name are mutually exclusive.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue