MCPcopy Create free account
hub / github.com/UI5/webcomponents / classes

Method classes

packages/main/src/CheckBox.ts:409–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 }
408
409 get classes() {
410 return {
411 main: {
412 "ui5-checkbox--hoverable": !this.disabled && !this.readonly && isDesktop(),
413 },
414 };
415 }
416
417 get ariaReadonly() {
418 return this.readonly || this.displayOnly ? "true" : undefined;

Callers

nothing calls this directly

Calls 1

isDesktopFunction · 0.85

Tested by

no test coverage detected