RibbonCheckBoxSettingsModel

10 Oct 20251 minute to read

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 { : }

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.