CheckBox TriState order

I have a long list of tristate checkboxes in a component (it is a checklist). When a user clicks a tristate checkbox the first action is to set it to X, on the second click it is set to checked. Is it possible to set the checkbox to checked with the first click? It would save my users from a lot of clicks

Hi @towall,

The first action will be set to X (null) if your initial value is false. If your initial value is null (X) then the first click will set it to true (check).