3 State checkbox - can I have a 3 state boolean (null, true, false)

  • Goal: Instead of emulating a 3-state boolean (null, true, false) using a radio buton, can I use a checkbox that has three states? This way I can bind the UI control directly to a boolean field as opposed to some intermediate string value.

Hi @Tolga_Erdogus! I've logged this as a request and will let you know of any updates as they come. Thanks!