Search results

RibbonCheckBoxSettingsModel API in JavaScript Ribbon API control

Interface for a class RibbonCheckBoxSettings

Properties

change

EmitType<ChangeEventArgs>

Event triggers when the checkbox state is changed.

created

EmitType<Event>

Event triggers once the checkbox is created.

checked

boolean

Defines the whether the checkbox is checked or not.

cssClass

string

Defines one or more CSS classes to customize the appearance of checkbox.

htmlAttributes

{ [key: string]: string }

Specifies additional HTML attributes to be applied to the checkbox.

label

string

Defines the label for the checkbox.

labelPosition

LabelPosition

Defines whether the label is position After or Before the checkbox.