shape Specifies whether the check box or radio button displays with a square or round outline. Syntax Reference_Syntax.shape = “square | round” Values Type Values String • square (default) The button appears with a square outline. • round The button appears with a round outline. Applies to Model Object Form Model checkButton Version XFA 2.1 Examples JavaScript CheckButton1.resolveNode(“ui.#checkButton”).shape =”square”; FormCalc CheckButton.ui.#checkButton.shape = “square”