Defines the ribbon checkbox item.
boolean
Defines the whether the checkbox is checked or not.
Defaults to false
string
Defines one or more CSS classes to customize the appearance of checkbox.
Defaults to ”
{ : }
Specifies additional HTML attributes to be applied to the checkbox.
Defaults to {}
string
Defines the label for the checkbox.
Defaults to ”
Defines whether the label is position After
or Before
the checkbox.
Defaults to ‘After’
Event triggers when the checkbox state is changed.
EmitType<Event>
Event triggers once the checkbox is created.