Specifies whether the check box
or radio button displays with a square or round outline.
SyntaxReference_Syntax.shape = "square | round"
Values
Type
|
Values
|
String
|
The button appears
with a square outline.
The
button appears with a round outline.
|
JavaScriptCheckButton1.resolveNode("ui.#checkButton").shape = "square";
FormCalcCheckButton.ui.#checkButton.shape = "square"
|
|
|