check_box

Defines check_box entry field.

 

    30:
      name: active
      type: check_box
    40:
      name: status
      type: check_box
      choices: yes,no
      label: label

 

choices: are the values that are going to be returned by check_box field. First value is for checked and the second for unchecked field.

 

label: is the label that may be optionally written to the right side of the box icon.


Last update: 18.10.2022