interface EditableInputState {
    checked: boolean;
    value: string;
}

Properties

Properties

checked: boolean
value: string