MultiCheckbox
The multicheckbox
widget is used to display a list of checkboxes. It can be used in fields of type many2many
.
Simple example
<field name="groups_ids" widget="multicheckbox" colspan="4"/>
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
widget_props | Properties of the widget. | object | - | - |
Widget props
Property | Description | Type | Default | Version |
---|---|---|---|---|
field | Name of the field to show the content. | string | name | - |
columns | Number of columns to show the checkboxes. | number | - | - |