Skip to content

ff_checkbox_group

thkle edited this page Jan 10, 2018 · 1 revision

Checkbox Group

Props

  • data
    • default: {},
  • radioMode
    • default: false
    • If true, only one checkbox can be true simultaneously. value will be the key of this box. You can also set value with the key of the active box.
  • radioModeAllowNoSelection
    • default: false
    • If true, the user will not be able to deselect the selected checkbox in radio mode.

Clone this wiki locally