ApiCheckboxWidget
Represents the ApiCheckboxWidget class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetCheckStyle | CheckStyle | Gets widget checkbox style. |
| GetClassType | "page" | Returns a type of the ApiCheckboxWidget class. |
| GetExportValue | string | Gets widget export value. |
| IsChecked | boolean | Checks if checkbox widget is checked. |
| IsCheckedByDefault | boolean | Checks if widget is checked by default. |
| SetCheckStyle | boolean | Sets widget checkbox style. |
| SetChecked | boolean | Sets checkbox widget checked. |
| SetCheckedByDefault | boolean | Sets widget checked by default. |
| SetExportValue | boolean | Sets widget export value. |