Skip to content

Commit

Permalink
docs(ui5-checkbox): make displayOnly public (#8161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov authored Jan 24, 2024
1 parent 7e8a355 commit 9db96e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/CheckBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class CheckBox extends UI5Element implements IFormElement {
*
* <Note:> When the property <code>disabled</code> is set to <code>true</code> this property has no effect.
* @since 1.22.0
* @public
* @default false
*/
@property({ type: Boolean })
Expand Down

0 comments on commit 9db96e6

Please sign in to comment.