mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Link direction and minor fixes
This commit is contained in:
@@ -40,7 +40,9 @@ export default class BoolPinTemplate extends PinTemplate {
|
||||
|
||||
renderInput() {
|
||||
return html`
|
||||
<input type="checkbox" class="ueb-pin-input-wrapper ueb-pin-input" ?checked="${this.element.defaultValue?.valueOf() === true}" />
|
||||
<input type="checkbox" class="ueb-pin-input-wrapper ueb-pin-input"
|
||||
?checked="${this.element.defaultValue?.valueOf() === true}"
|
||||
/>
|
||||
`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user