Skip to content

YesNo

Overview

The YesNo control creates a three-way button to represent a boolean value. Click Yes to set the value to true, click No to set the value to false, and click the x button to set the value to null.

YesNO Control

Required Fields

  • Name: The name of the field saved to the database. See here for details and restrictions.

  • Type: Must be set to System.Boolean.

  • ControlType: Must be set to YesNo.

Optional Fields