A buttoncolumn component arranges a set of buttons in a column. More...
A buttoncolumn component acts as container for buttons or items with checked property. It arranges buttons in a vertical column. Buttoncolumn adds mutual exclusion for radiobuttons and checkable buttons.
The read-write property checkedButton defines which button in a buttoncolumn is checked.
If a buttoncolumn's exclusive property is true, the mutual exclusion is activated (one and only one button at a time is toggled).
When true, the exclusive property forces the children of a buttoncolumn to be checkable.
The exclusive property is true by default.