Skip to content

Custom checkbox component is still visible regardless of checkbox value. #123

@Yimura

Description

@Yimura

Description

#107 was only partially fixed by #114, only the default image checkbox disappears if the item value is false.
The custom component checkboxComponent is still visible as per the below code.

Relevant Code

{checkboxComponent || (
<View style={checkBoxDimensions}>
{value ? (
<Image
source={require('../../asset/check.png')}
style={checkBoxDimensions}
/>
) : null}
</View>
)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions