Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Azure Pack
fxCheckBox creates a checkbox in the Framework Style.
Supported Services
Service |
Supported |
---|---|
Undo/Redo |
Yes |
Validation |
No |
Widgets
$("Selector").fxCheckBox()
Properties
Name |
Type |
Description |
---|---|---|
fx.fxCheckBox.options.inputId |
String |
Id attribute of the checkbox. If the id is not provided, the attribute is not added. |
fx.fxCheckBox.options.inputValue |
String |
The input value. If not provided, the default value is "on". |
fx.fxCheckBox.options.name |
String |
Name attribute of the checkbox. If name is not provided, a name is automatically created. |
fx.fxCheckBox.options.url |
Object |
A list of image URLs to show the checkbox: checked unchecked checkedDisabled uncheckedDisabled editedChecked editedUnchecked editedCheckedDisabled |
Methods
Name |
Description |
Returns |
Parameters |
---|---|---|---|
fx.fxCheckBox.destroy |
Destroys the widget. |
Nothing |
None |
fx.fxCheckBox.toggle |
Toggle the value from checked to unchecked and vice-versa. |
Nothing |
None |
See Also
Windows Azure Pack Extension Common Control Services
Windows Azure Pack Management Portal User Interface Extensions