RibbonCheckBoxSettings

10 Oct 20251 minute to read

Defines the ribbon checkbox item.

Properties

checked boolean

Defines the whether the checkbox is checked or not.

Defaults to false

cssClass string

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

Defaults to ’’

htmlAttributes { : }

Specifies additional HTML attributes to be applied to the checkbox.

Defaults to {}

label string

Defines the label for the checkbox.

Defaults to ’’

labelPosition LabelPosition

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

Defaults to ‘After’

Events

change EmitType<ChangeEventArgs>

Event triggers when the checkbox state is changed.

created EmitType<Event>

Event triggers once the checkbox is created.