How can I help you?
RibbonCheckBoxSettingsModel
16 Mar 20261 minute to read
Interface for a class RibbonCheckBoxSettings
Properties
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.
Events
change EmitType<ChangeEventArgs>
Event triggers when the checkbox state is changed.
created EmitType<Event>
Event triggers once the checkbox is created.