- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.9k
 
Closed
Description
Vue version
3.2.27
Link to minimal reproduction
Steps to reproduce
<template>
  <input type="checkbox" :checked="true" />
</template>What is expected?
The checkbox should be always checked because prop checked is always true
What is actually happening?
The checkbox is unchecked after I click it
System Info
N/AAny additional comments?
The same behavior for
<input value.prop="test" /><input type="range" :value.prop="10" />
Nothing works
Metadata
Metadata
Assignees
Labels
No labels