Skip to content

Commit 3634aad

Browse files
authored
docs: update elements/pf-checkbox/pf-checkbox.ts
1 parent 1c71380 commit 3634aad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elements/pf-checkbox/pf-checkbox.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ export class PfCheckbox extends LitElement {
5757
*/
5858
@property() value = '';
5959

60+
/**
61+
* Flag to show if the checkbox is indeterminate.
62+
*/
6063
@property({ type: Boolean, reflect: true }) indeterminate = false;
6164

6265
/**

0 commit comments

Comments
 (0)