mobx-sentinel API doc
    Preparing search index...
    type Config = {
        getter: () => boolean;
        id?: Attrs["id"];
        onChange?: Attrs["onChange"];
        onFocus?: Attrs["onFocus"];
        setter: (value: boolean) => void;
    }
    Index

    Properties

    getter: () => boolean

    Get the value from the model

    id?: Attrs["id"]

    [Override] ID of the input element

    onChange?: Attrs["onChange"]

    [Extend] Change handler

    onFocus?: Attrs["onFocus"]

    [Extend] Focus handler

    setter: (value: boolean) => void

    Set the value to the model