Unchecks the input when the value evaluates to true and checks the input when the value evaluates to false. This also sets the bound object's value to false/true when the user checks/unchecks the input (two-way).

*Use this instead of value when binding to checkboxes or radio buttons.*

```html
<input type="checkbox" rv-unchecked="item.disabled">
```
