Skip to main content

Checkbox States

Checked

The value representing the checked state must be set using the plug-in Value When Checked attribute. When a column contains this value, the plug-in renders a checked checkbox or the icon representing the checked state. An icon can be selected using the plug-in Icon Checked attribute.

Not Checked

The value representing the not checked state must be set using the plug-in Value When Not Checked attribute. When a column contains this value, the plug-in renders an unchecked checkbox or the icon representing the not checked state. An icon can be selected using the plug-in Icon Not Checked attribute.

Null Value

When the column value is NULL, the interactive grid will not render a checkbox or an icon. However, activated columns containing a NULL value allow the end-user to set a checked or not checked value.

When NULL is used as the default value for new rows, a new row's checkbox/icon is semi-transparent. After changing the state of a new row checkbox/icon there is no way to make it null again without an additional dynamic action that sets the value to null.

Still, after focusing on the column (in interactive grid edit mode) containing the null value it is possible to change the value according to the plug-in configuration.