edit-boolean
Overview
This cell contains a checkbox next to a display value. When the checkbox is selected, the on-change
methods fires with the newValue
representing a Javascript true
or false
.
When a checkbox, without a label, is selected a loader will replace the checkbox while saving, instead of appearing on the right.
Basic Example
<object-table ...>
<column display="{field}">
<edit-boolean value="$object.field" on-change="$:valueChanged($object, newValue, oldValue)" />
</column>
</object-table>
Standard Attributes
on-change
on-change
value
value
Advanced Attributes
disabled
disabled
Last updated