checkbox

Display a set of checkboxes/radio buttons to create links.

  • role relation involved
  • nodes can be “1,2,7” or “images”
  • in set the scope of the values when using a relation
  • ... see unknown for all options
see radio
<r:checkbox role='blog' nodes='1'/>

<r:checkbox role='icon' nodes='images' in='project'/>

If the target relation is unique (has one), like for “icon”, this method displays radio buttons. Otherwise, checkboxes are displayed.

radio is an alias for “checkbox”.