<Field
defaultChecked={ true }
onChange={ this.handleFormItemRadio }
component={ "input" }
type={ "checkbox" }
name="tAdmin"
/>
When the field is initialized, I expect it to be checked but it renders unchecked even though I am supplying a true value.
I was pointed to number of solutions but am still not able to solve this.